lilypond-user
[Top][All Lists]
Advanced

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

Re: Cadenza... in the MIDI


From: Alberto Simões
Subject: Re: Cadenza... in the MIDI
Date: Sun, 8 Nov 2015 18:11:16 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

THank you :)

On 05/11/15 21:14, H. S. Teoh wrote:
On Thu, Nov 05, 2015 at 09:00:26PM +0000, Alberto Simões wrote:
Hello

Probably this is in the manual, but I did not find it.

Is it possible to change the tempo (playing speed) in a specific zone
of the music?
[...]

Usually what I do is to insert "invisible" \tempo marks to control midi
playback speed. Or more precisely, \tag them so that they are removed
from the typeset score, but included in the midi score. Something like
this:

        myMusic = {
                \tempo 4 = 120 % initial tempo
                ...
                \tag #'midi \tempo 4 = 130 % tweak midi tempo
                ...
                \tag #'midi \tempo 4 = 120 % set it back to "normal"
                ...
        }

        % Score for layout only
        \score {
                \removeWithTag #'midi \myMusic
                \layout {}
        }

        % Score for midi only
        \score {
                \myMusic
                \midi {}
        }


T




reply via email to

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