lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3104 in lilypond: note-by-number and note don'


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3104 in lilypond: note-by-number and note don't support flag styles other than default
Date: Wed, 13 Feb 2013 11:39:31 +0000


Comment #20 on issue 3104 by address@hidden: 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

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