lilypond-user
[Top][All Lists]
Advanced

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

parse error


From: Tobias Sebastian Kuhn
Subject: parse error
Date: Sat, 25 Jun 2005 19:55:39 +0200

Hi!

I just installed Lilypond with fink on my ibook G4 (10.3.9.).
When I tested dyld didn't found libkpathsea.3.4.5.dylib.
I only have libkpathsea.4.0.0.dylib so i made a link to it with this name.
That caused this result:

tbook:~ tosek$ lilypond foo
lilypond (GNU LilyPond) 2.2.6
Running lilypond-bin...
Now processing `foo.ly'
Parsing...

/Users/tosek/foo.ly:1:1: error: parse error:
{


/Users/tosek/foo.ly:2:0: warning: Braces don't match:

a
Failed files: foo.ly


lilypond: error: LilyPond failed on input file foo (exit status 1)
lilypond: warning: Running LilyPond failed. Rerun with --verbose for a trace.


tbook:~ tosek$ lilypond --verbose foo
lilypond (GNU LilyPond) 2.2.6
Opening pipe `/sw/bin/lilypond-bin --version '
Opening pipe `kpsexpand \$TEXMF'
Opening pipe `kpsewhich -expand-path=\$T1FONTS'
Invoking `/sw/bin/lilypond-bin -I /Users/tosek -I /Users/tosek -I /Users/tosek -H dedication -H title -H subtitle -H subsubtitle -H footer -H head -H composer -H arranger -H instrument -H opus -H piece -H metre -H meter -H poet -H texttranslator -H textheight -H fontencoding -H latexheaders -H language -H latexpackages -H papersize -H pagenumber -H inputencoding -H latexoptions -H linewidth -H unit -H orientation --verbose foo'
lilypond_datadir: `/sw/share/lilypond'
local_lilypond_datadir: `/sw/share/lilypond/2.2.6'
localedir: `/sw/share/locale'
LILYPONDPREFIX: `'

[/sw/share/lilypond/2.2.6/scm/define-music-types.scm][/sw/share/ lilypond/2.2.6/scm/output-lib.scm][/sw/share/lilypond/2.2.6/scm/ c++.scm][/sw/share/lilypond/2.2.6/scm/chord-ignatzek-names.scm][/sw/ share/lilypond/2.2.6/scm/chord-entry.scm][/sw/share/lilypond/2.2.6/scm/ chord-generic-names.scm][/sw/share/lilypond/2.2.6/scm/stencil.scm][/sw/ share/lilypond/2.2.6/scm/new-markup.scm][/sw/share/lilypond/2.2.6/scm/ bass-figure.scm][/sw/share/lilypond/2.2.6/scm/music-functions.scm][/sw/ share/lilypond/2.2.6/scm/part-combiner.scm][/sw/share/lilypond/2.2.6/ scm/define-music-properties.scm][/sw/share/lilypond/2.2.6/scm/auto- beam.scm][/sw/share/lilypond/2.2.6/scm/chord-name.scm][/sw/share/ lilypond/2.2.6/scm/define-context-properties.scm][/sw/share/lilypond/ 2.2.6/scm/translation-functions.scm][/sw/share/lilypond/2.2.6/scm/ script.scm][/sw/share/lilypond/2.2.6/scm/midi.scm][/sw/share/lilypond/ 2.2.6/scm/beam.scm][/sw/share/lilypond/2.2.6/scm/clef.scm][/sw/share/ lilypond/2.2.6/scm/slur.scm][/sw/share/lilypond/2.2.6/scm/font.scm][/ sw/share/lilypond/2.2.6/scm/define-markup-commands.scm][/sw/share/ lilypond/2.2.6/scm/define-grob-properties.scm][/sw/share/lilypond/ 2.2.6/scm/define-grobs.scm][/sw/share/lilypond/2.2.6/scm/define-grob- interfaces.scm][/sw/share/lilypond/2.2.6/scm/page-layout.scm][/sw/ share/lilypond/2.2.6/scm/paper.scm]
Now processing `foo.ly'
Parsing...
[/sw/share/lilypond/2.2.6/ly/init.ly[/sw/share/lilypond/2.2.6/ly/ declarations-init.ly[/sw/share/lilypond/2.2.6/ly/nederlands.ly][/sw/ share/lilypond/2.2.6/ly/drumpitch-init.ly][/sw/share/lilypond/2.2.6/ly/ chord-modifiers-init.ly][/sw/share/lilypond/2.2.6/ly/script-init.ly][/ sw/share/lilypond/2.2.6/ly/scale-definitions-init.ly][/sw/share/ lilypond/2.2.6/ly/grace-init.ly][/sw/share/lilypond/2.2.6/ly/midi- init.ly[/sw/share/lilypond/2.2.6/ly/performer-init.ly]][/sw/share/ lilypond/2.2.6/ly/engraver-init.ly][/sw/share/lilypond/2.2.6/ly/ dynamic-scripts-init.ly][/sw/share/lilypond/2.2.6/ly/spanners- init.ly][/sw/share/lilypond/2.2.6/ly/property-init.ly]][/Users/tosek/ foo.ly
/Users/tosek/foo.ly:1:1: error: parse error:
{
  c'4 e' g' }
]((gc-time-taken . 63) (cells-allocated . 227450) (cell-heap-size . 464896) (bytes-malloced . 1065261) (gc-malloc-threshold . 1230753) (gc-times . 30) (gc-mark-time-taken . 34) (gc-sweep-time-taken . 29) (cells-marked . 3232099) (cells-swept . 5705632) (cell-heap-segments (3301376 . 3252224) (3321856 . 3305472) (3735552 . 3670016) (3837952 . 3739648) (3989504 . 3842048) (4157440 . 3993600) (4374528 . 4161536) (4706304 . 4378624) (7045120 . 6553600) (7786496 . 7049216) (8167424 . 7856128) (22089728 . 20992000)))]
/Users/tosek/foo.ly:1:9: warning: Braces don't match:
{ c'4 e'
         g' }
Failed files: foo.ly
lilypond: warning: `lilypond-bin' failed (status 1) (ignored)


lilypond: error: LilyPond failed on input file foo (exit status 1)
Traceback (most recent call last):
  File "/sw/bin/lilypond", line 873, in ?
    run_lilypond (files, dep_prefix)
  File "/sw/bin/lilypond", line 296, in run_lilypond
    ly.exit (status)
  File "/sw/share/lilypond/2.2.6/python/lilylib.py", line 130, in exit
    raise _ ('Exiting (%d)...') % i
Exiting (256)...
Cleaning /tmp/@732.0lilypond...


Anybody has an idea what's wrong?





reply via email to

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