lilypond-user
[Top][All Lists]
Advanced

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

Re: centering numbers in time signature


From: Tao Cumplido
Subject: Re: centering numbers in time signature
Date: Mon, 18 Jun 2007 16:14:23 +0200

hey Adam,

just add a \center-align in the \column block.

regards,

Tao


%%%%%%%%%%%%%
 
% create 32/4
tsMarkup =\markup { \override #'(baseline-skip . 2) \number { \column  
{ \center-align { "32" "4" } } } }
\relative a' {
\override Staff.TimeSignature #'stencil = #ly:text-interface::print
\override Staff.TimeSignature #'text = #tsMarkup
\time 4/4

c,4 d e f g a b c, d e
}



-------- Original-Nachricht --------
Datum: Mon, 18 Jun 2007 15:30:54 +0200
Von: Adam Good <address@hidden>
An: lilypond-user users <address@hidden>
Betreff: centering numbers in time signature

> Hey all,
> 
> In the example below I want a time signature of 32/4 to show but I'm  
> having a hard time getting the "4" to be centered under the "32"
> 
> thanks!
> 
> Adam
> 
> %%%%%%%%%%%%%
> 
> % create 32/4
> tsMarkup =\markup { \override #'(baseline-skip . 2) \number { \column  
> { "32" "4" } } }
> \relative a' {
> \override Staff.TimeSignature #'stencil = #ly:text-interface::print
> \override Staff.TimeSignature #'text = #tsMarkup
> \time 4/4
> 
> c,4 d e f g a b c, d e
> }
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer




reply via email to

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