lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing midi-tempo within score


From: Malte Meyn
Subject: Re: Changing midi-tempo within score
Date: Sun, 8 Jan 2017 00:21:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


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.



reply via email to

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