Comment #20 on 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

Huh.  I used
#(define-markup-command (ooze layout props) ()
  (display props)
  null-stencil)

in order to see what properties where appearing in props. Quite a few, actually. And indeed, if I write
\new Voice \with { \override TextScript.style = #'mensural }
  { c c c c^\markup \note-by-number #3 #0 #UP }
I see a mensural style note.

MetronomeMark does not seem to be as easy to do, though.


Reply via email to