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: Simon Bailey
Subject: Re: How to input a time signature in \markup?
Date: Mon, 13 Apr 2009 15:48:42 +0200


On Apr 13, 2009, at 3:17 PM, Wei-Wei Guo wrote:
Combining your solutions, the following way is the better, but still to long...

\markup{ \override #'(baseline-skip . 1) {\center-column {\number 2 \number 4}}}


define this as a variable, then you only have to type it once:

ttf = \markup{ \override #'(baseline-skip . 1) {\center-column {\number 2 \number 4}}}

\relative {
a b c^\ttf d e f g_\ttf a
}

regards,
sb
--
Simon Bailey
Oompa Loompa of Science
+43 699 190 631 25





reply via email to

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