Hi, writing some educational papers I tried the code below
\version "2.17.28"
{
\set fontSize = #12
\override Stem #'length = #24
%\override Stem #'thickness = #(magstep 6)
a'8
}
%% Only for better viewing:
\layout {
\omit Staff.TimeSignature
\omit Staff.Clef
\omit Staff.StaffSymbol
}
Returning a far to low stem-thickness
Seems it is factored some way, only looking at
StaffSymbol.line-thickness, disregarding the general fontSize.
Workaround is uncommenting the Stem.thickness-override.
<<attachment: atest-22.png>>
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
