lilypond-user
[Top][All Lists]
Advanced

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

Re: Printed time signature symbol different from actual time signature,


From: madMuze
Subject: Re: Printed time signature symbol different from actual time signature, how?
Date: Sun, 2 Sep 2012 05:55:07 -0700 (PDT)

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.



reply via email to

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