lilypond-user
[Top][All Lists]
Advanced

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

brace mismatch in init.ly


From: Matthijs Frankena
Subject: brace mismatch in init.ly
Date: Thu, 25 Nov 2004 11:16:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Hello,

Having finally installed Fedora Core 2 and everything to get going with Lilypond, I run into the following:

----------
$ lilypond DeinHerz.ly
GNU LilyPond 2.4.1
Processing `DeinHerz.ly'
Ontleden...

/usr/share/lilypond/2.4.1/ly/init.ly:28:5: fout: syntax error, unexpected STRING, expecting '=': "\n"

/usr/share/lilypond/2.4.1/ly/init.ly:28:8: fout: onbekende ontsnapte string: `\n':
           "\n
              "

/usr/share/lilypond/2.4.1/ly/init.ly:29:62: waarschuwing: Haakjes paren niet:
           input-file-name ": old relative compatibility was not use
                                                                    d."

fout: bestanden gefaald: DeinHerz.ly
----------

Apparently there's some mismatch in braces in this section in init.ly:
------------
\maininput
%% there is a problem at the end of the input file

%%
%% Above and below comments compensate for the parser's look-ahead.
%%

#(if (and (ly:get-option 'old-relative)
     (defined? 'input-file-name)
     (not (ly:get-option 'old-relative-used)))
 (ly:warn (string-append
       "\n"
       input-file-name ": old relative compatibility was not used."
   )))%% there is a problem at the end of the input file
-----------------

Can anyone tell me where to add/delete a brace, or whether the fault lies in my input file?

TIA,

Matthijs




reply via email to

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