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: Zbyszek Loska
Subject: Re: Repeat volta/alternative with voices
Date: Mon, 20 Aug 2012 14:18:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

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.



reply via email to

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