lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3617 in lilypond: Compilation error when using ste


From: lilypond
Subject: [Lilypond-auto] Issue 3617 in lilypond: Compilation error when using stemlet over rests
Date: Wed, 16 Oct 2013 01:23:23 +0000

Status: New
Owner: ----

New issue 3617 by address@hidden: Compilation error when using stemlet over rests
http://code.google.com/p/lilypond/issues/detail?id=3617

LilyPond is unable to compile the code below, outputting the following message: "Exited with return code -1073741819"

\version "2.17.28"
{
  \override Staff.Stem.stemlet-length = 0.75
  \clef percussion
   a,8->[ r8  c''8 r8 a,8 r8 c''8]
}

Apparently, there is some conflict between the position of the rests and the stemlets. This is due to the fact that the gap between the notes in the code above allow knee beaming.

The code above compiles if kneed beams are disabled by:
\override Beam.auto-knee-gap = ##f

For the record, LilyPond is able sometimes to lower the rests further down when dealing with the kneed beams, thus allowing enough space for the stemlets and so everything works well:

\version "2.17.28"
{
  \override Staff.Stem.stemlet-length = 0.75
  \clef percussion
   a,8->[ r8  c''8 a,8]
}
{
  \override Staff.Stem.stemlet-length = 0.75
  \override Beam.auto-knee-gap = ##f
  \clef percussion
   a,8->[ r8  c''8 a,8]
}

From: http://lilypond.1069038.n5.nabble.com/compilation-error-when-using-stemlet-over-rests-td152356.html

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