lilypond-user
[Top][All Lists]
Advanced

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

Offset in line numbers when report errors (lilypond 1.7.13) ?


From: Alexandre Beneteau
Subject: Offset in line numbers when report errors (lilypond 1.7.13) ?
Date: Tue, 25 Feb 2003 12:01:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Hello,

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.





reply via email to

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