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}{2}.
> 
> How can I achieve this in LilyPond?
> 
> Thanks!

This might be the vital hint that you're missing:

\version "2.25.17"
{ c'1 ^\markup{\musicglyph "timesig.mensural94"}}

hope that helps
-- Graham


Reply via email to