Trevor Daniels wrote:
I would use your first solution, Jonathan, and simply
insert a \stemDown:
Why not a \oneVoice, which gives the same result but lets LilyPond
automatically determine
the stem direction. Perhaps even better: don't use the \\ but explicitly
instantiate one of the voices
(related to a recent email discussion).
\relative c' {
\clef bass <<
{ e8 d d c d8 c \stemDown <f,, a c>4 }
\\
{ <c' g>4 g <b f>4 }
>>
}
/Mats
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user