lilypond-user
[Top][All Lists]
Advanced

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

RE: alternative repeat - extraneous barline


From: Mark Stephen Mrotek
Subject: RE: alternative repeat - extraneous barline
Date: Sat, 9 Jul 2016 09:51:39 -0700

Ken,

See the addition I made to the second ending in your snippet below.
Lilypond "reads" the first ending as an incomplete measure.
The "\set" command resents the second ending to start correctly.

Mark

-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of Ken
Pierce
Sent: Saturday, July 09, 2016 8:41 AM
To: address@hidden
Subject: alternative repeat - extraneous barline

An extraneous barline appears in the middle of the second ending.  How can I
eliminate it?

Thanks,
Ken

--- example:

\version "2.18.2"
\score {
   \new Staff {
       \time 6/8 \partial 8
       \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
       \alternative {
         {  d'4.~ d'4 }
         {  
             \set Timing.measurePosition = #(ly:make-moment -5/8)
         d'4.~ d'4 } % extraneous barline appears
       }
      }
   \layout { }
}



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




reply via email to

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