lilypond-user
[Top][All Lists]
Advanced

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

Re: triangle noteheads


From: Fredrik Wallberg
Subject: Re: triangle noteheads
Date: Fri, 16 May 2014 00:55:43 +0200

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]