bug-lilypond
[Top][All Lists]
Advanced

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

Issue 212 in project lilypond


From: codesite-noreply
Subject: Issue 212 in project lilypond
Date: Tue, 02 Jan 2007 21:54:38 -0800

Issue 212: Context-initial afterGrace generates programming error
http://code.google.com/p/lilypond/issues/detail?id=212

New issue report by trevorbaca:
Example 1 begins with an afterGrace and generates a programming error.

%%% BEGIN EX 1 %%%

\version "2.11.7"

\new Score \with {
  \override SpacingSpanner #'strict-grace-spacing = ##t
} {
  \new Staff {
     % c'4 % uncomment me and the programming error goes away
     \afterGrace c'4 { d'16 }
     e'4
  }
}

%%% END EX 2 %%%

GNU LilyPond 2.11.7
Processing `0036.ly'
Parsing...
Interpreting music... Preprocessing graphical objects... programming error: Cannot determine neighbors for floating column. Layout output to `0036.ps'...
Converting to `0036.pdf'...

Uncommenting the first note makes the programming error go away, presumably
because the afterGrace is no longer context-initial.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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