thSoft / elysium

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

Handle scheme module imports #93

Closed thSoft closed 8 years ago

thSoft commented 9 years ago

Support use-modules Scheme command. E.g. snippets/accordion-registers.ly calls #(use-modules (scm accreg)) to include accreg.scm, but \discant, \stdBass etc. can't be resolved.

nittka commented 8 years ago

Without implementing the entire language, this issue can be addressed (workaround) by adding such definitions from the default imports to the list of ignored linking errors (see #99). I added the three definitions from the above example to the preference default values.

nittka commented 8 years ago

I consider this ticket resolved. Supporting scheme syntax in general is a separate matter and should be tracked in a different issue.