thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

Support grammar changes in Lilypond 2.18 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There might be some breaking changes in 2.18. Please investigate and adapt to 
them.

Original issue reported on code.google.com by harmathdenes on 2 Jan 2014 at 11:45

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Fixed comment 1 in rf5b7beb.

Original comment by harmathdenes on 27 Apr 2014 at 10:06

GoogleCodeExporter commented 9 years ago
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

thSoft commented 9 years ago

https://github.com/thSoft/elysium/issues/55#issuecomment-93013258 refers to #58.