Trevor Daniels wrote Tuesday, February 07, 2017 9:21 AM

> 
> Flaming Hakama by Elaine wrote Tuesday, February 07, 2017 2:00 AM
> 
>> I can't answer that, but here's a way to get a rehearsal mark and a tempo 
>> mark at the same point in time, using an empty chord:
> 
> 
> \version "2.19.15"
> {
>    R1
>    \mark
>    <>\tempo Allegro 4=120
>    R1
> }
> 
> 
> This works in 2.19.15, but not in recent development releases.  The correct 
> way is this:
> 
> \version "2.19.15"
> {
>    R1
>    \mark \default
>    \tempo Allegro 4=120
>    R1
> }
> 
> which works fine in 2.19 (at least in 2.15 and recent releases).

I meant "at least in 2.19.15 ..." of course.

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

Reply via email to