>>>>> "Ahanu" == Ahanu Banerjee <athecell...@gmail.com> writes:


Ahanu> Can anyone provide a simple way to make a tempo marking like
Ahanu> this: "♩= 𝅗𝅥 " ?

Something like this?

\version "2.22.0"

\score {
  \new Staff { \time 3/4 r2.^
               \markup {
                       \note {2.} #UP
                       =     
                       \note {2} #UP
                 }
               |
               \time 2/4 r2
             }
}

See http://lilypond.org/doc/v2.22/Documentation/notation/music for the
markup syntax.  Earlier versions used #"2." instead of {2.} for the
durations.

Peter C


Reply via email to