The basic principle is the same as is described in the section on Polymetric
notation. For example, you can do:

\version "2.10.0"
mynotehead = \markup{\musicglyph #"scripts.turn" }

\score {
\relative c''{
   a
\once \override NoteHead #'stencil = #ly:text-interface::print \once \override NoteHead #'text = \mynotehead
   a
 }
}

  /Mats

Peter Budny wrote:
Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:

Quoting Peter Budny <gtg655b <at> mail.gatech.edu>:

2) Can you set a custom symbol as a note head?
There are many shapes to choose from in LilyPond, see the section called
Special noteheads in the manual.

I should have been more clear... I meant a completely custom symbol, by
picking something out of the Feta font, not just changing the style.



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to