lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1321 in lilypond: Enhancement: add partcombine


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1321 in lilypond: Enhancement: add partcombineUp and partcombineDown functions
Date: Sun, 02 Nov 2014 11:53:53 +0000


Comment #37 on issue 1321 by address@hidden: 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



reply via email to

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