Considering this example with error a line number 6 :
\header {tagline = ""}
\score {
\notes \relative c {
\time 3/4
c4 c c
\gasp % error
c4 c c
}
}When compiling lilypond 1.7.13 report error by printing line 5 :
ly2dvi test.ly
ly2dvi (GNU LilyPond) 1.7.13
Running lilypond...GNU LilyPond 1.7.13
Now processing: `test.ly'
Parsing...
/home/alex/documents/partitions/CNSM/Orchestration/Laboratoires/2003/test.ly:5:12: error: parse error, unexpected SCM_IDENTIFIER:
c4 c c
ly2dvi: error: LilyPond failed on input file test (exit status 1) ly2dvi: warning: Running LilyPond failed. Rerun with --verbose for a trace. (6 of 13): 12: error: parse error, unexpected SCM_IDENTIFIER:
Could someone explain how to fix it ? Thanks.
Alex.
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
