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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to