Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3383 by [email protected]: old-straight-flag + smaller Stem.thickness gives no output and huge over
http://code.google.com/p/lilypond/issues/detail?id=3383

Reported by Karol Majewski...
More information in the thread:
http://lists.gnu.org/archive/html/bug-lilypond/2013-05/msg00104.html

The following code gives:
warning: cannot fit music on page: overflow is 1096.382978
and no output. Perhaps it's a bug?

\version "2.17.19"

\layout {
  \context {
    \Score
    \override Stem.thickness = #1.2
    \override Flag.stencil = #old-straight-flag
}
}

{
c'16 r r d' c' r r d' c' r r d' c' r r d'
c' r r d' c' r r d' c' r r d' c' r r d'
c' r r d' c' r r d' c' r r d' c' r r d'
}

When I set Stem.thickness to default (1.3) everything is OK.

Version 2.16.2 gives valid output regardless of Stem.thickness value.

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