Status: Accepted
Owner: [email protected]
Labels: Type-Critical Regression

New issue 3676 by [email protected]: 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