At 13:20 on 20 Aug 2012, Zbyszek Loska wrote:
>I am not an experienced user of lilypond, but this seems to me
>as bug in parser, or, I do not understand something...

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.


-- 
Mark Knoop

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

Reply via email to