The same problem - large Repeat Slashes - appears on a default Tab setting. "StaffSymbol.staff-space" is not invoked here.
The slashes look normal on 2.22 (I attach 2.22 & 2.24 screenshots).
Any suggestions to reduce the size of the slashes?
The previous code (shrink =...) doesn't work for tabs...
\version "2.24.1"
\new TabStaff
\with {
stringTunings = #ukulele-tuning
}
\relative c {
\tabFullNotation
\repeat percent 2 { c'4 d e g}
\repeat percent 2 { c,16 d16 e8}
\repeat percent 2 { c8 d8}
}
