Something like this perhaps. You can tune the slur shape better than my
rough example.

===
\version "2.19.81"

{
  \time 2/4
  \clef treble
  <<
    {
      \voiceOne
      \shape #'((0 . 0.5) (0 . 0.5) (4 . 1) (3 . -3)) Slur
      <d' g' b'>4^(  <d' g'> |
      <c' g' b'> a') |
    }
    \new Voice
    {
      \voiceThree
      \stemDown
      s2 s4 ces'4 |
    }
    \new Voice
    {
      \voiceTwo
      \stemDown
      s2
      s4 g'8 f' |
    }
  >>
}

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

Reply via email to