bug-lilypond
[Top][All Lists]
Advanced

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

tempoWholesPerMinute no longer working


From: Graham King
Subject: tempoWholesPerMinute no longer working
Date: Thu, 28 Nov 2013 22:23:25 +0000

If I adjust the comments in the following code, \tempo works fine but
tempoWholesPerMinute has no effect.  Has anyone else seen this?

\version "2.17.95"
\score {
    \relative c' { c d e f }
    \layout {}
    \midi {
        %tempoWholesPerMinute = #(ly:make-moment 180 4)
        \tempo 4 = 180
    }
}


reply via email to

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