Stefan Thomas wrote:
One question to the community:
When I compile this file I get the message:
<string>:3:1: error: syntax error, unexpected '}'
I don't know why!
You have an ending brace too much in each of your music function definitions, i.e. replace
verkuerzter= #(define-music-function (parser location x) (ly:music?)
#{
\context Voice << $x { \once \override TextScript #'extra-offset = #'(0 . 2.1) s1*0_\Dsiebenfuenfverkuerzt} >> } #})

by

verkuerzter= #(define-music-function (parser location x) (ly:music?)
#{
\context Voice << $x { \once \override TextScript #'extra-offset = #'(0 . 2.1) s1*0_\Dsiebenfuenfverkuerzt} >> #})

and similarly.

  /Mats

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to