lilypond-user
[Top][All Lists]
Advanced

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

Re: tempo changes (midi)


From: David Kastrup
Subject: Re: tempo changes (midi)
Date: Tue, 07 Jan 2014 12:59:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

rosea grammostola <address@hidden> 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



reply via email to

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