lilypond-user
[Top][All Lists]
Advanced

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

Re: Non-integer tempo marking


From: Martin Tarenskeen
Subject: Re: Non-integer tempo marking
Date: Sat, 23 Feb 2019 08:29:52 +0100 (CET)
User-agent: Alpine 2.21 (LFD 202 2017-01-01)



On Sat, 23 Feb 2019, Tsz Kiu Pang wrote:

Hi all,

I am just wondering if there is a way to have a non-integer tempo
marking (e.g. crotchet = 72.5)?

I tried to create it as a \markup. For MIDI output this doesn't work though. You could add \midi { \tempo 8 = 145 } for that.

%%%%%%%%%%

\score {
{
  \tempo \markup {
      \concat {
        \smaller \general-align #Y #DOWN
        \note #"4" #1 " = 72.5"
      }
  }
  c'
}

\layout {}
\midi { \tempo 8=145 }

%%%%%%%%%%


MT



reply via email to

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