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: Wei-Wei Guo
Subject: Re: How to input a time signature in \markup?
Date: Tue, 14 Apr 2009 21:40:19 +0800
User-agent: Thunderbird 2.0.0.19 (X11/20081209)

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.


Wei-Wei


Dmytro O. Redchuk 写道:
2009/4/14 Dmytro O. Redchuk <address@hidden>:
2009/4/14 Wei-Wei Guo <address@hidden>:
I want to define a new command \timesig instead of a new \markup, because I
need to use it in \markup with other texts, such as

  \markup { \timesig #3 #4 blur blur }
You can include markups in markups.

I mean you usually do exactly this. I guess everything below
are "markup-in-markup inclusion":

\markup { \italic "Foo" }
\markup { \right-column { { \bold "moo" } {"bar"} } }
% etc-etc..





reply via email to

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