lilypond-user
[Top][All Lists]
Advanced

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

Re: Two questions about note heads


From: Mats Bengtsson
Subject: Re: Two questions about note heads
Date: Mon, 04 Dec 2006 10:46:44 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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