Closed GoogleCodeExporter closed 9 years ago
One important behavior change is that column numbers in error messages are now
1-based.
Original comment by harmathdenes
on 27 Apr 2014 at 10:06
Fixed comment 1 in rf5b7beb.
Original comment by harmathdenes
on 27 Apr 2014 at 10:06
I just updated to lilypond 2.18.2 and now \upbow was marked as an error in the
editor and was not suggested by code completion. The reason seems to be the
following:
script-init.ly contains the following definition which seems not to be parsed
successfully so that all following definitions (including the one for upbow)
are not recognized any longer. After moving the problematic definition to the
end of the file, upbow and the others worked. So here the problematic one:
thumb = \finger \markup \scale #(cons (magstep 5) (magstep 5))
\musicglyph #"scripts.thumb"
Anyway, thanks for this extremely cool application to the Xtext framework!!
Original comment by nit...@itemis.de
on 11 Mar 2015 at 9:06
Original issue reported on code.google.com by
harmathdenes
on 2 Jan 2014 at 11:45