lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with changing notehead glyph


From: -Eluze
Subject: Re: Help with changing notehead glyph
Date: Sun, 20 Mar 2011 12:01:53 -0700 (PDT)


pkx166h wrote:
> 
> Hello,
> 
> I am trying to use one of the note glyphs as listed in the NR section
> 
> http://lilypond.org/doc/v2.13/Documentation/notation/the-feta-font#special-
> notehead-glyphs
> 
> I have tried a combination of \overrides but cannot seem to get the glyph
> I'd like - in fact nothing changes
> 
> So for example in a \context { \Voice { }} I added
> 
>         \override NoteHead #'glyph-name = #'"noteheads.u2do"
> 
> 
> 
> But it didn't do anything (I didn't get an error, so at least I know that
> my formatting of the command is correct if not the interface/grob)
> 
> 
> I also looked in font-table.ly (which is where the page is generated from)
> it wasn't obvious what to use.
> 
> Can anyone point me in the right direction?
> 
maybe 

    \override NoteHead #'stencil = #(lambda (grob)
            (grob-interpret-markup grob
              (markup #:musicglyph "noteheads.u2do")))

which i found i-don't-know-where!

Eluze
-- 
View this message in context: 
http://old.nabble.com/Help-with-changing-notehead-glyph-tp31195213p31195496.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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