Hi list,

I searched the list for a solution but haven’t found one yet. Is there a possibility to have \partcombine combine identical dynamics even when there are automatic or forced polyphonic sections? I’ve tried different things (see attached .ly). I don’t want to simply omit the dynamic of one voice (using \tag) because it doesn’t solve the problem: I would’ve to print everything polyphonic because hairpins from chords to polyphonic would fail. Any other ideas?

Malte
\version "2.19.27"

{
  \partcombine
  \relative {
    \repeat unfold 3 {
      c''2\< c
      d(\f c)
      \break
    }
  }
  \relative {
    \tempo "automatic behaviour in this case: apart"
    f'2\< f
    f1\f
    \tempo "You can force chords but this will be ugly for obvious reasons."
    \partcombineChords
    f2\< f
    f1\f
    \tempo "So force only the first measure; that leads to an unterminated/missing cresc."
    f2\< f
    \partcombineAutomatic
    f1\f
  }

  \relative {
    \tempo "Should look like this. But this is impractical for bigger examples."
    <f' c'>2\< q
    << \new Voice { \voiceOne d'( c) } f,1\f >>
  }
}

Attachment: partcombine_dynamics.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to