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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to