bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Too low stem-thickness while using high value for fontSize


From: Thomas Morley
Subject: Too low stem-thickness while using high value for fontSize
Date: Tue, 15 Oct 2013 23:54:10 +0200

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]