lilypond-user
[Top][All Lists]
Advanced

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

Re: Artificial flageolet


From: Rune Zedeler
Subject: Re: Artificial flageolet
Date: Thu, 10 Apr 2003 02:04:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Martin Monerjan wrote:

is there any possibility to set artificial flageolets in Lily? I.e. a
chord with one "normal" notehead and another diamond-shaped one?


\score {
    \context Voice \notes \relative c' <
        \context Thread=main { c4 d e f8 g }
        \context Thread=flageolet {
            \property Thread.NoteHead \override #'style = #'diamond
            g4 a c e8 g
        }
    >
}


-Rune





reply via email to

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