lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mensural notation in a \markup command


From: Graham King
Subject: Re: Mensural notation in a \markup command
Date: Sat, 14 Sep 2024 10:46:03 +0100
User-agent: Evolution 3.44.4-0ubuntu2

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

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