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 16:51:39 +0300

2009/4/14 Wei-Wei Guo <address@hidden>:
> I tried the following expr with the new command defined by
> 'define-markup-command'
>
> \markup { \timesig #3 #4 }
> \markup { \markup \timesig #3 #4 }
>
> I don't know why.

Try to define markup command as Neil suggested

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

and everything should work as:
c4 -\markup { \timesig #3 #4 }

But this should be not music, but markup function.

ps. If that won't work, send a complete snippet,
    what you defined and what does not work.

>
>
> Wei-Wei

-- 
Dmytro O. Redchuk




reply via email to

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