Printed time signature symbol different from actual time signature, how?

2012-09-02 Thread Matthias Böhringer
Dear list, I am setting a piece with a time signature of 4/2. This should be used to calculate the measure length etc. However, I'd rather see the alla breve symbol in place of the 4/2. Is there a way to do this (that I can understand ;-), I'm just a user, no scheme wizard)? Any help or

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

2012-09-02 Thread madMuze
. 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

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

2012-09-02 Thread Pierre Perol-Schneider
Hi Matthias, Here's one possibility (but I'm sure there are others) : MyTimeSignature = \markup \musicglyph #timesig.C22 { \override Staff.TimeSignature #'stencil = #(lambda (grob) ly:time-signature::print (grob-interpret-markup grob MyTimeSignature)) c'1 } 2012/9/2 Matthias Böhringer