lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subject: functional/degree theory ? symbols


From: Mats Bengtsson
Subject: Re: Subject: functional/degree theory ? symbols
Date: Mon, 15 Jun 2009 16:35:17 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]