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: Ahanu Banerjee
Subject: Re: Tempo marking with 2 notes
Date: Mon, 10 May 2021 22:26:22 -0400

Indeed, I had missed that portion of the documentation.. I was able to adapt it and make it work.

Thank you!
-Ahanu 

On Mon, May 10, 2021, 22:13 Peter Chubb <lily.user@chubb.wattle.id.au> wrote:
>>>>> "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]