A-ha, got it, it was a combination of Harm's trick plus a hidden note:

\new Score {
  \new Staff {
    \numericTimeSignature
    <<
      \new Voice = "a" \relative c' {
        \voiceOne
        \set tieWaitForNote = ##t
        c16 g' ~ <e g>8 ~ q2. ~
        q2 ~ <e f>2
      }
      \context Voice = "a" \relative c' {
        s1
        s4 \voiceTwo \hideNotes f4 ~ \unHideNotes
      }
      \new Voice = "b" \relative c' {
        \voiceTwo
        r4 r8 f8
        \override Beam.grow-direction = #RIGHT
        f16 [ f f f  f f f f ]
        \override Beam.grow-direction = #LEFT
        f [ f f f ] ~ f4
      }
      \new Voice = "c" \relative c'' {
        s1 s2 \voiceOne a8 ( g4. )
      }
    >>
  }
}

Thanks, I would never have figured out "\context Voice" by myself.

hjh


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

Reply via email to