Brent Annable wrote:

What I want is to get the quarter note positioned to the right of the half
note (as in the top example), but with the large and small quarter-notes
vertically aligned. Any ideas on how to achieve this?

Try replacing

   <<\voiceOne {\stemDown g'4 e }
     \new Voice {\voiceTwo \teeny g, e} >>

with

   << { g'4 e }
     \new Voice {\voiceFour \teeny
     \once \override NoteColumn.force-hshift = #0.7 g,
     \once \override NoteColumn.force-hshift = #0.0 e
     } >>

This uses voiceFour and then brute force.


A more elegant, but maybe inconvenient method, is to merely use
a later version of Lilypond, probably 2.19.16 or later.
https://sourceforge.net/p/testlilyissues/issues/3324/


Cheers,
Robin

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

Reply via email to