lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal marks and tempo markings


From: Jean Abou Samra
Subject: Re: Rehearsal marks and tempo markings
Date: Thu, 23 Sep 2021 00:16:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0



Le 23/09/2021 à 00:09, Nuno Trocado a écrit :
Try the \markLengthOn command described here:
That's what I was looking for. Merci, Jean!
Actually, this doesn't work when there's a time signature in the same bar...

{
    r1
    \markLengthOn
    \mark \default
    \tempo 4 = 120
    \time 3/4
    \repeat unfold 4 c''4
}

Perhaps you want the tempo mark to start on
the first note rather than the time signature:

\version "2.23.4"

{
   r1
   \override Score.MetronomeMark.break-align-symbols = #'()
   \markLengthOn
   \mark \default
   \tempo 4 = 120
   \time 3/4
   \repeat unfold 4 c''4
}

About that, see
http://lilypond.org/doc/v2.22/Documentation/notation/aligning-objects#using-the-break_002dalignable_002dinterface


Best,
Jean




reply via email to

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