Arno Waschk <hamama...@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

Reply via email to