Am 07.01.2017 um 23:34 schrieb UCas:
> I am able to set midi-tempo in my header-file with
> 
>     \midi {
>       \context {
>         \Score tempoWholesPerMinute = #(ly:make-moment miditempo 4)
>       }
>     }
> 
> but how can I change this tempo within the score?

\set Score.tempoWholesPerMinute = #(ly:make-moment 120 4)

anywhere in the score.

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

Reply via email to