On Oct 24, 2007, at 3:48 AM, Chakat Sandwalker wrote:

\layout{ragged-right=##t}
\relative c'' { \clef treble g8 c16 g~ g8 \clef bass <g,,, g'> }

Chakat-

Try using

\once \override Stem #'length-fraction = #1.5  <g,,, g'>

Play with the number (larger = longer) and placement of the override.

Alternatively, you could use

\layout{ragged-right=##t}
\relative c'' { \clef treble g8 c16
\override Stem #'length-fraction = #1.5 
g~ g8 \clef bass < g,,, g'>
\revert Stem #'length-fraction <g' g,>}

Hope this helps-

Stan




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

Reply via email to