Here is an alternative approach, putting the g' and f' quavers in the voice that continues through the parallel music section but adjusting their appearance to have down stems.

\version "2.19.81"

{
  \new Staff {
    \time 2/4
    \voiceOne <d' g' b'>4\( <d' g'>4 <c'! g' b'>4
    <<
      { \voiceTwo g'8 f'8\) }
      \new Voice { \voiceOne a'4 }
      \new Voice { \voiceFour ces'4 }
    >>
  }
}


On 09/02/18 14:11, Andrew Bernard wrote:
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

--
Timothy Lanfear, Bristol, UK.


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

Reply via email to