Hi Aaron,

If you only want it to *look* like a quarter at the end, you can always do something like

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.33"

\score {
        \relative c' {
                \clef "treble_8"
                \key f \major
                \time 3/4
                r2
\voiceTwo \times 8/9 { d,32( e f) g a b cis d << e \new Voice { \voiceOne \once \override Stem #'flag-style = #'no-flag e } >> }
                \bar "||"
        }
}
%%%%%%%%%%%%%%%%%%%%%%%%

HTH!
Kieren.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to