lilypond-user
[Top][All Lists]
Advanced

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

Re: Voltas and polyphony


From: James E. Bailey
Subject: Re: Voltas and polyphony
Date: Wed, 17 Sep 2008 16:54:21 +0200


On 17.09.2008, at 16:42, Steven Padalino wrote:

I seem to be having trouble making a repeat work over more than one polyphonic section.  For example:
 
\repeat volta 2 {
 
<< notes in section 1 >> \\
<< notes in section 1 >>
 
<< notes in section 2 >> \\
<< notes in section 2 >>
 
}
 
This won't work.  I have to put all of the repeated measures within a single section.  Is this correct?
 
Steve
8{I

What are you looking to do? This works fine:
{
   \repeat volta 2 {
      << { c'4 b a b }\\{ g2 f } >>
      a8 b c' d' e' d' c' b
   }
   \alternative {
      { << { d' c' b2 }\\{ a2 f } >> }
      { << { d'2 c' }\\{ a4 b c'2 } >> }
   }
}


reply via email to

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