2015-02-27 23:41 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:

> 2015-02-27 22:33 GMT+01:00 Stephen MacNeil <classicalja...@gmail.com>:
>
>> thanks very much here is what i did.... also do you know how to get the
>>
>> \musicglyph #"timesig.C44" whitout printing C i want 4/4 but in a markup
>> ... anyway thanks
>>
>
> Sure :
>
> \markup\center-column\number { 4 \vspace #-.35 4 }
>


Or also :

\markup {
  \override #'(baseline-skip . 0.5)
  \center-column
  \number {
    4 4
  }
}

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

Reply via email to