If you look at the definition of voiceXXXX you will see:
voiceOne = #(context-spec-music (make-voice-props-set 0) 'Voice)
voiceTwo = #(context-spec-music (make-voice-props-set 1) 'Voice)
voiceThree =#(context-spec-music (make-voice-props-set 2) 'Voice)
voiceFour = #(context-spec-music (make-voice-props-set 3) 'Voice)
So voiceFive shoudl be possible
Bert
Yes! And it *works* !
Rutger
voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)
<< { \voiceOne g''4 ~ \stemDown g32[ f( es d c b a b64 )g] } \\ {
\voiceThree b4} \\ { \voiceFive d,} \\ { \voiceTwo g,}\\>>
Bert
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user