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: Stefan Thomas
Subject: Re: Subject: functional/degree theory ? symbols
Date: Mon, 15 Jun 2009 17:02:37 +0200

Oh, yes, thanks!

2009/6/15 Mats Bengtsson <address@hidden>


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]