lilypond-user
[Top][All Lists]
Advanced

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

alternative repeat - extraneous barline


From: Ken Pierce
Subject: alternative repeat - extraneous barline
Date: Sat, 9 Jul 2016 15:41:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 }
         {  d'4.~ d'4 } % extraneous barline appears
       }
      }
   \layout { }
}





reply via email to

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