On 08/20/2012 01:27 PM, Mark Knoop wrote:

Move your bar checks inside the parentheses, viz:

======================================
\version "2.15.43"

Upper = \relative c' {
   e2 g |
   \repeat "volta" 2 {
   c2 e |
   }
   \alternative {
      { <g, b> r | }
      { <g b> g | }
   }
}

Lower = \relative c {
   c'2 g |
   \repeat "volta" 2 {
   c2 e |
   }
   \alternative {
      { g, f | }
      { g g | }
   }
     \bar "|."
}

\score {
   \new Staff { << \Upper \\ \Lower >> }
   \layout { }
}
=======================================

and all will be well.


Indeed. Thanks a lot.

Zbyszek.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to