lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple markings


From: Trevor Daniels
Subject: Re: Multiple markings
Date: Tue, 7 Feb 2017 09:21:25 -0000

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

reply via email to

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