Mr. Morley,

Thank you for your reply and the instructions. They work. And I know what
they do. Yet I do not know why they would be necessary since both of the
alternative endings are "complete," i.e., have the correct mensuration to
match either the measure repeated to and the measure that follows.

Mark

-----Original Message-----
From: Thomas Morley [mailto:thomasmorle...@gmail.com] 
Sent: Friday, October 25, 2013 4:15 PM
To: Mark Stephen Mrotek
Cc: lilypond-user
Subject: Re: Extra Bar

2013/10/26 Mark Stephen Mrotek <carsonm...@ca.rr.com>:
> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to