I need a time signature with a note in the denominator,
and I was happy to find a solution at

http://lists.gnu.org/archive/html/lilypond-user/2006-04/msg00123.html

as follows:

%%% snippet

tsMarkup =\markup { \number { \column { "4" { \note #"2" #0.75 } } } } { \override Staff.TimeSignature #'stencil = #ly:text-interface::print \override Staff.TimeSignature #'text = #tsMarkup \time 4/2 c'2 c'4 c'4 }
%%% end snippet


Unfortunately, this snippet seemed to work with 2.8.0 but doesn't work properly under 2.11.46. Lilypond shows up the nominator, but no denominator. What is wrong with this snippet?

Greetings,

Marc


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to