Re: centering numbers in time signature

2007-06-18 Thread Tao Cumplido
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 <[EMAIL PROTECTED]> An: lilypond-user users Betreff: centering numbers in

centering numbers in time signature

2007-06-18 Thread Adam Good
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' { \