On Fri, Mar 20, 2015 at 08:59:27AM +0100, Anton Curl wrote:
> Hi everyone!
> 
> I'd like to put an indication displayed in all the parts but only once in
> the score, like a tempo mark.
> 
> I found this syntax:
>   \tempo \markup { "swing" }
> But at the same place in the score, I already have a \tempo command:
>   \tempo 4=125
>   \tempo \markup { "swing" }
>   c
> 
> And Lilypond ignore the second.
> 
> What do I have to do to display both indications?


   \tempo \markup { "swing" } 4=125
   c

HTH

Paul Scott



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

Reply via email to