lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertically shift tempo prescription


From: Jean Abou Samra
Subject: Re: Vertically shift tempo prescription
Date: Fri, 2 Dec 2022 21:20:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

Hello,

Le 02/12/2022 à 21:11, Arno Waschk a écrit :
  %\override MetronomeMark.extra-offset = #'(-20.0 . 20.0)



Here, you are missing the context:

\override Score.MetronomeMark.extra-offset = ...
          ^^^^^

Without a context specified, overrides are applied in the
innermost context, which in this case is a Voice context.
MetronomeMark lives in Score, so the override doesn't
reach it.


  \tempo "Allegro" 4=120
    \repeat unfold 8{c'8}

  %\tweak extra-offset #'(-40.0 . 40.0)
    \tempo "Allegro" 4=120


Please see my previous reply about issue #6142.

Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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