lilypond-user
[Top][All Lists]
Advanced

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

Re: Usability Question


From: Bertalan Fodor
Subject: Re: Usability Question
Date: Wed, 17 Jan 2007 09:17:45 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)


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





reply via email to

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