Hi,
this came up in the german forum:
https://lilypondforum.de/index.php/topic,1247.msg6512.html
How to print fermata _in_ staff with 2.25.?
Below works with 2.24.
\version "2.24.1"
%#(ly:set-option 'debug-skylines #t)
\layout {
\override Score.VerticalAxisGroup.default-staff-staff-spacing.basic-distance
= 0
\override Score.VerticalAxisGroup.default-staff-staff-spacing.minimum-distance
= 0
}
<<
\new Staff { \clef bass R1*6 }
\new Staff {
\clef bass
\override Script.staff-padding = ##f
c1\fermata
d\fermata
e\fermata
\override Script.direction = #DOWN
e\fermata
f\fermata
g\fermata
}
>>
But not with 2.25.
Any hints?
Thanks,
Harm