Hello:
The attached snippet, commands.ly, is from
http://www.lilypond.org/doc/v2.16/Documentation/notation/multiple-voices.htm
l.
1. What is the purpose/effect of the first line?
2. What is the purpose/effect of the command \bar "||" before
voiceTwo?
Thank you.
Mark
voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)
\relative c'' {
\time 3/4
\key d \minor
\partial 2
<<
{
\voiceOne
a4. a8
e'4 e4. e8
f4 d4. c8
}
\\
{
\voiceThree
f,2
bes4 a2
a4 s2
}
\\
{
\voiceFive
s2
g4 g2
f4 f2
}
\\
\bar "||"{
\voiceTwo
d2
d4 cis2
d4 bes2
}
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user