> Message: 3
> Date: Fri, 20 Mar 2015 10:03:10 +0100
> From: Anton Curl <curl.an...@gmail.com>
> To: Craig Dabelstein <craig.dabelst...@gmail.com>,
>       lilypond-user@gnu.org
> 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 }
>>



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

Reply via email to