lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo marking with 2 notes


From: Peter Chubb
Subject: Re: Tempo marking with 2 notes
Date: Tue, 11 May 2021 12:13:17 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Ahanu" == Ahanu Banerjee <athecellist@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

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