Comment #37 on issue 1321 by [email protected]: Enhancement: add partcombineUp
and partcombineDown functions
https://code.google.com/p/lilypond/issues/detail?id=1321
Well...
soprano = { d''2 f'' g'' }
alto = { b'2. c''4 c''2( e'') }
tenor = { r1 c''2 }
basso = { d'4 e' f' g' g'2 }
\new Staff <<
\new VoiceBox <<
\context Voice = "one" { \voiceOne }
\context Voice = "two" { \voiceThree }
\context Voice = "shared" { \voiceOne }
\context Voice = "solo" { \voiceOne }
\partcombine \soprano \alto
>>
\new VoiceBox <<
\override Staff.CombineTextScript.direction = # DOWN
\context Voice ="one" { \voiceFour }
\context Voice ="two" { \voiceTwo }
\context Voice ="shared" { \voiceFour }
\context Voice ="solo" { \voiceFour }
\partcombine \tenor \basso
>>
\layout {
\context {
\Staff
\accepts "VoiceBox"
}
\context {
\name "VoiceBox"
\type "Engraver_group"
\defaultchild "Voice"
\accepts "Voice"
}
}
But we arrive back at the situation of "you don't seriously call that a
user interface?".
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings