Did you by chance forget the attachment? /Mats
On 2025-02-21 13:15, Orm Finnendahl wrote:
Hi, in a chamber ensemble score with bar numbers on every bar above the score, the vertical position of the bar number of the first bar is too low on some some pages (see attached png). This doesn't happen on all pages. The topmost staff system is an empty "conductor" staff only containing skips and all tempo/timesignature changes and is typeset using this expression: \new Staff \with { \remove "Staff_symbol_engraver" \remove "Clef_engraver" \remove "Time_signature_engraver" \override VerticalAxisGroup.default-staff-staff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0)) } \conductor AFAICS the only thing stated about Bar Numbers in the score is: \context Score { \set barNumberVisibility = #(every-nth-bar-number-visible 1) } lilypond version is 2.23.11. The score itself is too big to include and I unfortunately don't have a clue how to reproduce this behaviour with a small snippet. Does anybody have an idea what causes the number offset? -- Orm