lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Repositioning Notes


From: Kieren MacMillan
Subject: Re: Repositioning Notes
Date: Wed, 10 Sep 2008 19:04:22 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]