the listed code produces the attached file where in the 3rd line the spacing
between clef, key and the note is *not* reduced
\paper { ragged-right = ##t }
\layout {
\context {
\Staff
\remove Time_signature_engraver
\remove Separating_line_group_engraver
}
}
\new Staff { \key g \major \relative {c16 } }
\new Staff { \relative {c16 } }
% but reducing the font size …
\new Staff \with {
fontSize = #-5
\override StaffSymbol #'staff-space = #(magstep -5)
\override StaffSymbol #'thickness = #(magstep -5)
}
{ \key g \major \relative {c16 } }
test1.png <http://lilypond.1069038.n5.nabble.com/file/n139741/test1.png>
I believe this is the way proposed in the docs (but never with a non-empty
key)
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/fontSize-rattens-the-effect-of-remove-Separating-line-group-engraver-tp139741.html
Sent from the Bugs mailing list archive at Nabble.com.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond