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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to