bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2328 in lilypond: Ledger lines in PNG output have white interi


From: lilypond
Subject: Re: Issue 2328 in lilypond: Ledger lines in PNG output have white interior
Date: Thu, 16 Feb 2012 18:43:16 +0000


Comment #6 on issue 2328 by address@hidden: Ledger lines in PNG output have white interior
http://code.google.com/p/lilypond/issues/detail?id=2328

The problem is really with ly:round-filled-box.

This has a white triangle in PNG output with unpatched ghostscript:

{
  \override Staff.Clef #'stencil = ##f
  \override Staff.TimeSignature #'stencil = ##f
\override NoteHead #'stencil = #(ly:round-filled-box '(-2 . 2) '(-1 . 1) 2)
  b'1
}

But this doesn't:

{
  \override Staff.Clef #'stencil = ##f
  \override Staff.TimeSignature #'stencil = ##f
\override NoteHead #'stencil = #(ly:round-filled-box '(-2 . 2) '(-1 . 1) 1.999)
  b'1
}





reply via email to

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