lilypond-user
[Top][All Lists]
Advanced

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

Re: midi playback tempo change?


From: Mats Bengtsson
Subject: Re: midi playback tempo change?
Date: Wed, 22 Aug 2001 08:02:39 +0200

> Hi,
> 
> Can I change the midi tempo mid-piece? At the moment I am putting different
> speed sections into different \score blocks, but this is a bit ugly, and
> is no good for a ritenuto. :-)
> 
> This is hinted at in the docs, but I can't figure out any way to do it.

Just insert the \tempo directions where you want them in
the music, for example:

\score{\notes\relative c'{
  \tempo 4=60 c4 d e f g a b c c b a g f e d c 
  \tempo 4=120 c4 d e f g a b c c b a g f e d c 
  \tempo 4=240 c4 d e f g a b c c b a g f e d c 
}
\midi{}
}

   /Mats



reply via email to

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