thSoft / elysium

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

Syntax error for $ inside #{ #} #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sample input:
sf = #(define-music-function (parser location finger) ( string? )
#{
    \once \override TextScript #'extra-offset = #'(0 . 0)
    \mark \markup { \finger \concat {\char ##x2012 $finger }}
#})

Original issue reported on code.google.com by harmathdenes on 15 Nov 2010 at 12:24

GoogleCodeExporter commented 9 years ago
The problem is with the variable reference in the #{ #} block.

Original comment by harmathdenes on 28 Nov 2010 at 9:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a554990306.

Original comment by harmathdenes on 28 Nov 2010 at 9:49