lilypond-user
[Top][All Lists]
Advanced

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

Re: triangle noteheads


From: Nick Didkovsky
Subject: Re: triangle noteheads
Date: Thu, 15 May 2014 22:16:25 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hi Fredrik
Works perfectly, thanks!
Much appreciated,
Nick


On 5/15/2014 6:55 PM, Fredrik Wallberg wrote:
Hi Nick,

you'll find more noteheads here: http://www.lilypond.org/doc/v2.19/Documentation/notation/the-feta-font#shape_002dnote-notehead-glyphs.

This snippet by Victor Adan shows how to use them in a score: http://lsr.di.unimi.it/LSR/Snippet?id=475.

An example:

cowbell = {
    \once \override NoteHead.stencil = #ly:text-interface::print
\once \override NoteHead.text = #(markup #:musicglyph "noteheads.d2doThin")
    }

{
    \cowbell
    c''4
}

/ Fredrik




reply via email to

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