Re: Mensural notation in a \markup command

2024-09-14 Thread Graham King
On Sat, 2024-09-14 at 03:50 +0300, Dimitri Sykias wrote: > I would like to insert the following mensural symbols using the > \markup command in LilyPond. > > > > In LaTeX, this can be done easily with a command like: > \lilyGlyph[raise=0.6, scale=2]{timesig.mensural94} = > \lilyTimeSignature{9}{

Re: Mensural notation in a \markup command

2024-09-14 Thread Kieren MacMillan
Hi Dimitri, > How can I achieve this in LilyPond? Here’s one option: \version "2.25.11" \markup \concat { \general-align #Y #0 \musicglyph #"timesig.mensural94" \general-align #Y #0 " = " \general-align #Y #0 \fontsize #-2 \override #'(baseline-skip . 1.75) \column { \number 9 \number 2

Re: Mensural notation in a \markup command

2024-09-14 Thread Dimitri Sykias
Thank you very much! > On 15 Sep 2024, at 12:56 AM, Kieren MacMillan > wrote: > > Hi Dimitri, > >> How can I achieve this in LilyPond? > > Here’s one option: > > \version "2.25.11" > > \markup \concat { > \general-align #Y #0 \musicglyph #"timesig.mensural94" > \general-align #Y #0 " = "