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).

Trevor
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to