On Mon, Aug 10, 2009 at 10:09 AM, <[email protected]> wrote:
> Hi,
>
> I would like to set the tempo for the MIDI file, but not display
> the tempo information at the beginning of the score. Is this possible?
>
> Thanks,
>
> Denis
>
>
Yes, you can set it in the \midi block, although the format is a bit more
convoluted. Here's an example where the quarter is set to 160 beats per
minute:
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 160 4)
}
}
HTH,
Jon
--
Jonathan Kulp
http://www.jonathankulp.com
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user