On Thu, Feb 8, 2024 at 8:26 AM Hwaen Ch'uqi <hwaench...@gmail.com> wrote:
> Greetings, > > I would like to indicate a metronome mark of "Prestissimo" <quarter > note tied to dotted quarter note>=96. How may I do this? I am using > version 22.04. Thank you for any help! > Jean A. helped me with this a while back. Here's what I did: %%% \version "2.24.2" tempoMarkupA = \markup { \large "Prestissimo" \hspace #0.4 \teeny \rhythm { \override Score.SpacingSpanner.spacing-increment = 0.5 4~ 4. } \small \normal-text "= 96" } { \tempo \tempoMarkupA c'1 } %%% -- Knute Snortum