Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 3104 by [email protected]: note-by-number and note don't
support flag styles other than default
http://code.google.com/p/lilypond/issues/detail?id=3104
Karol Majewski posted here:
http://lists.gnu.org/archive/html/bug-lilypond/2013-01/msg00042.html
Thomas Morley identified three bugs arising from that report. This tracker
is for the following enhancement request:
(1)
The markup-commands \note-by-number and \note don't support other
flag-styles than default.
This will result in ugly output.
I'd consider this of type: enhancment.
Example:
\version "2.17.9"
\markup {
\override #'(style . mensural)
{
\note-by-number #3 #0 #1
\note #"8" #1
}
}