[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: musicxml2ly crash when reading breves
From: |
Neil Puttock |
Subject: |
Re: musicxml2ly crash when reading breves |
Date: |
Tue, 20 May 2008 21:58:29 +0100 |
Hi David,
2008/4/25 David Fletcher <address@hidden>:
> Whilst Lilypond sems to know about breves and longas (though, sady not
> maximas)
If you want to use maximas, you just need to make sure LilyPond can
access the correct font glyph by changing the default note head style
before using the note; depending on which style you want, you could
try the following:
\override NoteHead #'style = #baroque
- uses default style for notes shorter than breve and neomensural for
breve/longa/maxima, so can be set globally
\once override NoteHead #'style = #mensural
- alternative to neomensural, set as required
Regards,
Neil