lilypond-user
[Top][All Lists]
Advanced

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

Re: 2 \tempo command at the same time


From: Cynthia Karl
Subject: Re: 2 \tempo command at the same time
Date: Fri, 20 Mar 2015 07:29:22 -0500

> Message: 3
> Date: Fri, 20 Mar 2015 10:03:10 +0100
> From: Anton Curl <address@hidden>
> To: Craig Dabelstein <address@hidden>,
>       address@hidden
> Subject: Re: 2 \tempo command at the same time
> 
> That's not exactly what I want.
> 
> "\tempo "Swing" 4=125" seems to mean "the tempo is Swing which 
> correspond to 4=125". Whereas what I want is 2 different independent 
> indications. The same result but without the parenthesis for example.
> 
> Maybe the \tempo command is not the command to use in this case. But I 
> didn't find another way to have an indication once in the score and in 
> each part.

I think you're looking for the \mark command, which does exactly what you're 
looking for, once in the score and in each part:

<<
    \new Staff \relative c'' { \tempo 4=120 \mark \markup { \hspace #30 "swing" 
} c d e f }
    \new Staff \relative c'' { \tempo 4=120 \mark \markup { \hspace #30 "swing" 
} f e d c }
>>





reply via email to

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