Thanks for the further hints.
> Michael O'Donnell wrote:
>> Thanks to Mats for this tip, which also helps me with a similar
>> project (I'm trying to set some old mensural notation just as given
>> by the 15th century copyist, who has somewhat different conventions
>> from those in LilyPond).
>>
>>
Michael O'Donnell wrote:
Thanks to Mats for this tip, which also helps me with a similar
project (I'm trying to set some old mensural notation just as given by
the 15th century copyist, who has somewhat different conventions from
those in LilyPond).
So, I managed to set some triangular head
great.
For the future, it would be great to have a user-settable list of
noteheads for each duration as a parameter.
Cheers,
Mike O'Donnell
http://people.cs.uchicago.edu/~odonnell/
From:
Mats Bengtsson
Subject:
Re: Two questi
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
Mats Bengtsson ee.kth.se> writes:
>
> Quoting Peter Budny 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 complete
Quoting Peter Budny <[EMAIL PROTECTED]>:
1) Is it possible to remove the note head for just a single note in a line? I
still want the stem and all, just not the note head, and only for one note.
See the section called Common Tweaks for instructions on how to make
something invisible. The layou
1) Is it possible to remove the note head for just a single note in a line? I
still want the stem and all, just not the note head, and only for one note.
2) Can you set a custom symbol as a note head?
___
lilypond-user mailing list
lilypond-user@gnu.o