rosea grammostola <rosea.grammost...@gmail.com> writes:

> Is it possible to change tempo for a certain part of the score and make
> that also audible in the midi file?
>
> In the template there is:
>
>  \midi {
>
> \context {
>
> \Score
>
> tempoWholesPerMinute = #(ly:make-moment 100 4)
>
> }
>
> }

I'd rather write
\midi {
  \tempo 4 = 100
}

And of course, you can write
\tempo 4 = 120 in the music as well.

-- 
David Kastrup

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

Reply via email to