lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3620 in lilypond: Too low stem-thickness while usi


From: lilypond
Subject: [Lilypond-auto] Issue 3620 in lilypond: Too low stem-thickness while using high value for fontSize
Date: Wed, 16 Oct 2013 19:58:29 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3620 by address@hidden: Too low stem-thickness while using high value for fontSize
http://code.google.com/p/lilypond/issues/detail?id=3620

Reported by Thomas Morley:
http://lists.gnu.org/archive/html/bug-lilypond/2013-10/msg00067.html

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.

Attachments:
        atest-22.png  18.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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