lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extra Bar


From: Thomas Morley
Subject: Re: Extra Bar
Date: Sat, 26 Oct 2013 01:14:52 +0200

2013/10/26 Mark Stephen Mrotek <address@hidden>:
> Hello,
>
>
>
> What should be done to get rid of the unnecessary bar in the second ending?
>
>
>
> Thank you.
>
>
>
> Mark

Hi,

not sure whether it's the best way, though, changing 'right' to the
code below seems to work:

right = \relative c'' {
  \global

  \repeat volta 2 {
  \partial 16*5 ees16 ees8. ees16 |
  \times 2/3 {
  bes'8 c bes aes g f ees-2 [ d f ] } | }
  \alternative { { \set Timing.measureLength = #(ly:make-moment 7/16) ees4 r8. }
                 { \set Timing.measureLength = #(ly:make-moment 3/8) ees4 r8 } }


  \repeat volta 2 {
  \key ees \minor
  bes8^\markup { \large \bold { "Trio" } } ( [ ges ees ] ) |
  d4 ( ees8 ) bes' ( ges ees-2 ) |


}


Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]