Re: Too low stem-thickness while using high value for fontSize

2013-10-16 Thread Marek Klein
Hello,

2013/10/15 Thomas Morley 

> 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.
>

Thank you for the report, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=3620

-- 
Marek
bug squad member
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Too low stem-thickness while using high value for fontSize

2013-10-15 Thread Thomas Morley
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.
<>___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond