lilypond-user
[Top][All Lists]
Advanced

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

Re: parallelMusic and repeat


From: -Eluze
Subject: Re: parallelMusic and repeat
Date: Mon, 7 Dec 2009 00:58:36 -0800 (PST)


Federico Bruni-3 wrote:
> 
> I'm trying to use \parallelMusic to write polyphonic pieces.
> Unfortunately, I can't use \repeat and \alternative, otherwise
> everything breaks up. In fact, it interprets each line as a new
> measure, it can't see the voices anymore.
> 
> I wonder if it's a bug or if I'm doing something wrong.. (I attach a
> simple example)
> 
> And there's any workaround?
> 
i think \parallelMusic is just thought for a quick and easy input - without
sophisticated structuring of a piece!



> I can use \bar "|:" ":|" for repeats, but I don't know how to set the
> alternate endings manually. Any hint?
> 

you could add a further voice taking care of these repeats:

      \\
      {
        \repeat volta 2 {
          s 1 s 1
        }
        \alternative {
          {s 1}
          {s 1}
        }



> Thanks in advance for your help!
> 
hope it helps

-- 
View this message in context: 
http://old.nabble.com/parallelMusic-and-repeat-tp26674088p26674382.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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