lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics following split voices


From: Bertalan Fodor (LilyPondTool)
Subject: Re: lyrics following split voices
Date: Tue, 29 Jul 2008 11:23:14 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

No, \voiceOne just changes the stem direction an dthings like that.
\new Voice ="1" creates a new voice context that can be simultaneous with other voice contexts:
<< \new Voice = "1" { ... } \new Voice = "2" { ... } >>
The implicit polyphony operator:
<< { ... } \\ { ... } >> will essentially do the above.

If I understand it correctly, though it was quite long since I did music with LilyPond.

bert

Francisco Vila wrote:
2008/7/27 Paul Scott <address@hidden>:
  
Is there a relationship between '\new Voice = "1"'  and  '\voiceOne' ?
    

No, except for your convenience. The name you give to a voice is
freely choosen, and the "One" in voiceOne is just an internal name to
the first voice, not usable by you as such (voiceOne is taken as a
macro name)

  


reply via email to

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