lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertically shift tempo prescription


From: Flaming Hakama by Elaine
Subject: Re: Vertically shift tempo prescription
Date: Wed, 30 Nov 2022 12:10:56 -0800


---------- Forwarded message ----------
From: David Kastrup <dak@gnu.org>
To: Arno Waschk <hamamatsu@gmx.de>
Cc: lilypond-user@gnu.org, arno@arnowaschk.de
Bcc: 
Date: Wed, 30 Nov 2022 14:58:54 +0100
Subject: Re: Vertically shift tempo prescription
Arno Waschk <hamamatsu@gmx.de> writes:

> Dear list,
>
>
> in a complex situation i need to vertically shift the result of a
> '\tempo \markup{\column{ ... }}' thing.
>
> Probably that could be done by a \override XXX.extra-offset = #'(0.0 .
> 8.0) . But what is XXX in that case?

Why even bother with the name?

{
  \tweak extra-offset #'(0 . 8) \tempo \markup \column { 1 2 }
  c'1
}

It would be MetronomeMark, but for a one-shot thing like extra-offset,
it seems more suitable to use a tweak rather than an override.

--
David Kastrup



I have had success with

    \once \override Score.MetronomeMark #'extra-offset = #'( 0.0 . 0.8 )
 

HTH
Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
elaine@flaminghakama.com
Producer ~ Composer ~ Instrumentalist ~ Educator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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