Hi Mark,

2014-09-26 22:40 GMT+02:00 Mark Stephen Mrotek <[email protected]>:


> What must I do to get the upper version have the same stem alignment as
> the lower?
>

Try :

\version "2.18.0"

\relative c' {
  \time 2/4
  <<
    \stemUp
    {
      \grace b''8( e,4. ) a8 |
      \grace a8( gis4\trill ) gis8 r
    }
    \\
    \stemDown
    {
      d4 c | b2
    }
  >>
}

or :

\version "2.18.0"

\relative c' {
  \time 2/4
  <<
    \voiceOne
    {
      \grace b''8( e,4. ) a8 |
      \grace a8( gis4\trill ) gis8 r
    }
    \\
    \voiceTwo
    {
      d4 c | b2
    }
  >>
}

HTH,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to