lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3676 in lilypond: Bar checks display the wrong loc


From: lilypond
Subject: [Lilypond-auto] Issue 3676 in lilypond: Bar checks display the wrong location
Date: Mon, 25 Nov 2013 17:31:54 +0000

Status: Accepted
Owner: address@hidden
Labels: Type-Critical Regression

New issue 3676 by address@hidden: Bar checks display the wrong location
http://code.google.com/p/lilypond/issues/detail?id=3676

A file like
{
  c     |
}
displays the error pointing to c rather than |. This happens since issue 3487 (version 2.17.25). However, at the core issue 3487 is not responsible since
worf = |
{
  c    \worf
}
will exhibit the same behavior in 2.16.2 already, and issue 3487 merely changed the parsing of | to use the same mechanism.

So the problem is that a "music identifier" in general has bad location information.

While the underlying problem is old, it's only since 2.17.25 that it has extended its tendrils into bar checks. Since bar checks are the most frequent cause of warnings, this should be fixed.

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