lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat volta/alternative with voices


From: Mark Knoop
Subject: Re: Repeat volta/alternative with voices
Date: Mon, 20 Aug 2012 12:27:57 +0100

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



reply via email to

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