or reference, this is
> https://gitlab.com/lilypond/lilypond/-/issues/6142.
D'oh. It's my own report and I can't remember this six months later.
I'm getting old. Thanks for the link.
>> I now wonder whether it would be possible to extend
>> the `\tweak` command
/lilypond/lilypond/-/issues/6142.
I now wonder whether it would be possible to extend
the `\tweak` command to accept also the context:
\tweak Score.MetronomeMark.X-offset #3 \tempo ...
It doesn't make sense in the logic of \tweak.
The problem is how to let the user select a
grob on the page
:
\tweak Score.MetronomeMark.X-offset #3 \tempo ...
In case this isn't possible it would be nice to document it in the NR
sections about `\tweak` and `\override`– only stems, automatic beams,
accidentals, clefs, and time signatures are mentioned as not working
with `\tweak`.
Werner