lilypond-user
[Top][All Lists]
Advanced

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

`TextMark` doesn't react to `staff-padding`


From: Werner LEMBERG
Subject: `TextMark` doesn't react to `staff-padding`
Date: Wed, 12 Apr 2023 07:36:20 +0000 (UTC)

Please have a look at this snippet:

```
{
  \override Score.TextMark.staff-padding = 2
  \textMark "x" c''
  \textMark "g" c''
}
```

I expect that both the 'x' and the 'g' are aligned at the baseline.
However, it doesn't work.

AFAICS, the `TextMark` grob contains `side-position-interface`.  What
am I missing?


    Werner

PNG image


reply via email to

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