lilypond-user
[Top][All Lists]
Advanced

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

Re: Global tempo change


From: Jan-Peter Voigt
Subject: Re: Global tempo change
Date: Mon, 14 Apr 2014 10:53:56 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Hi,

you just have to write out the tempo completly:

global = {
  \tempo "Allegro" s1*2 \tempo "Largo" s1*2 \tempo "Allegro"
}

You can add this variable to any Staff by wrapping it in
\new Staff <<
\global
{ <the music> }
>>

You can use it in parts and add \key and \time commands, to have one
global timeline to be used in any Staff.

HTH
Jan-Peter

Am 14.04.2014 10:44, schrieb Hlolli:
> Hi, Im trying to find a way to save time in Lilypond by using, if possible,
> global tempo change. 
> 
> I was wishing this would work
> 
> global = {
> \tempo "Allegro" S1*2 "Largo" S1*2 "Allegro"
> }
> and this would then automatically be correct in parts if they have common
> global commands.




reply via email to

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