lilypond-user
[Top][All Lists]
Advanced

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

Re: How to input a time signature in \markup?


From: Dmytro O. Redchuk
Subject: Re: How to input a time signature in \markup?
Date: Tue, 14 Apr 2009 09:42:35 +0300

You need to "define-markup-command",
not "define-music-function".

>> #(define-markup-command (timesig layout props numerator denominator)
>>   (number? number?)
>>   (interpret-markup layout props
>>                     (markup
[...]

>>
>> \markup \timesig #3 #4
>>
>> Regards,
>> Neil

-- 
Dmytro O. Redchuk




reply via email to

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