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: Pierre Perol-Schneider
Subject: Re: Printed time signature symbol different from actual time signature, how?
Date: Sun, 2 Sep 2012 15:09:05 +0200

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 <address@hidden>
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 hint is much appreciated.

TIA, Matthias
--
Matthias Böhringer
Brunnenstraße 6
72296 Schopfloch-Unteriflingen

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


reply via email to

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