lilypond-user
[Top][All Lists]
Advanced

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

RE: Extra Bar


From: Mark Stephen Mrotek
Subject: RE: Extra Bar
Date: Sat, 26 Oct 2013 09:18:32 -0700

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:address@hidden 
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 <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]