lilypond-user
[Top][All Lists]
Advanced

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

note head in denominator - snippet doesn't work


From: Marc Hohl
Subject: note head in denominator - snippet doesn't work
Date: Fri, 30 May 2008 08:05:52 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

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




reply via email to

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