Graham King <lilypond <at> tremagi.org.uk> writes: > If I adjust the comments in the following code, \tempo works fine but > tempoWholesPerMinute has no effect. Has anyone else seen this?
You needed to change the variable in the Score 'context'
\midi {
\context {\Score
tempoWholesPerMinute = #(ly:make-moment 180 4)
}}}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
