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 <matthiasboehrin...@t-online.de>

> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/**listinfo/lilypond-user<https://lists.gnu.org/mailman/listinfo/lilypond-user>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to