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 <[EMAIL PROTECTED]>:
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)


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to