In your definitions file, you might try:

tsCut = {
        \once \override Score.TimeSignature #'stencil = 
#ly:text-interface::print
        \once \override Score.TimeSignature #'text = \markup { \musicglyph
#"timesig.C22" }
}

and, if you need it:

tsCommon = {
        \once \override Score.TimeSignature #'stencil = 
#ly:text-interface::print
        \once \override Score.TimeSignature #'text = \markup { \musicglyph
#"timesig.C44" }
}

which would be invoked in the score by typing (for instance):

\tsCut \time 4/2

or 

\tsCommon \time 17/8

Subsequent meter changes would be typeset normally.

David



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Printed-time-signature-symbol-different-from-actual-time-signature-how-tp131976p131982.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to