Hello, just for information, i installed lilypond-1.5.15, but it does not compile my prelogique.ly (mentionned and sent in a previous mail) and does not compile the example that i copy-paste from http://lilypond.org/wiki/?LilyPondHacks
guile 1.7.0 (latest cvs version (Changelog modification date: 2001-09-30)) ;; -- error message david@faust:~/alto/projects/lilypond/tests 52 $ ly2dvi bars-1.ly Running LilyPond... GNU LilyPond 1.5.15 Now processing: `/usr/alto/projects/lilypond/tests/bars-1.ly' Parsing... /usr/alto/projects/lilypond/tests/bars-1.ly:12:20: error: parse error, expecting `SCM_T' or `SCM_IDENTIFIER': whichBar = "empty" ; %generates harmless warnings. /usr/alto/projects/lilypond/tests/bars-1.ly:2:6: warning: Braces don't match: \score { error: lilypond: command exited with value 256 Traceback (most recent call last): File "/usr/local/bin/ly2dvi", line 787, in ? run_lilypond (files, outbase, dep_prefix) File "/usr/local/bin/ly2dvi", line 392, in run_lilypond system ('lilypond %s %s ' % (opts, fs)) File "/usr/local/bin/ly2dvi", line 316, in system error (msg) File "/usr/local/bin/ly2dvi", line 214, in error raise _ ("Exiting ... ") Exiting ... david@faust:~/alto/projects/lilypond/tests 53 $ ;; -- bars-1.ly \score { \notes < \context Staff = SA { c1 c1 c1 c1 } \context Lyrics = LB \lyrics { _1 _ _ _ } \context Staff = SB { c1 c1 c1 c1 } > \paper { \translator { \StaffContext % override the type of bar we see at staff context whichBar = "empty"; %generates harmless warnings. } \translator { \LyricsVoiceContext \consists "Bar_engraver"; % BarLine gets confused about size if there's no staff BarLine \override #'bar-size = #4.0 } } } _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user