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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to