On Sun, Apr 14, 2024 at 2:37 PM PMA <armst...@eskimo.com> wrote: > Hi List -- > > One of my several \tempo commands is printing its line too far above the > staff. > > My attempts to affect its Y-offset (with \markup, \offset or \tweak) have > failed. > > Could someone please point me in the right direction? >
It's hard to know how to help you if you don't have a tiny example ( https://lilypond.org/tiny-examples.html). For instance, I was able to affect the Y-offset of a metronome mark with this code: \version "2.24.3" { \tweak MetronomeMark.Y-offset 5 \tempo "Allegro" c''1 } -- Knute Snortum