lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond command-line --include (was Frescobaldi 2.0.11)


From: Phil Burfitt
Subject: Re: Lilypond command-line --include (was Frescobaldi 2.0.11)
Date: Wed, 16 Oct 2013 21:55:26 +0100


Hi Urs,
 
----- Original Message -----
From: Urs Liska
Sent: Wednesday, October 16, 2013 9:29 PM
Subject: Re: Lilypond command-line --include (was Frescobaldi 2.0.11)

Hm, I don't if that matters, but I would place the include option _before_ the filename.
Otherwise everything looks correct to me. Strange.

But it's definitely not a Frescobaldi issue anymore.

Best
Urs
 
 
 
lilypond -I "C:\TEMP" test.ly
 
GNU LilyPond 2.17.8
Processing `test.ly'
Parsing...
test.ly:3:9: error: cannot find file: `functions.ly'
(search path: `C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/svg/;C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/type1/;C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/otf/;C:/Program Files/LilyPond/usr/share/lilypond/current/scm;C:/Program Files/LilyPond/usr/share/lilypond/current/ps;C:/Program Files/LilyPond/usr/share/lilypond/current/ly;C:/TEMP;')
\include
"functions.ly"
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to `./test.pdf'...
fatal error: failed files: "test.ly"
 
This time there are no warnings at the end, and C:\TEMP _is_ included in the search path unlike the previous examples and frescobaldi verbose engrave. Still giving fatal error though.
 
 
Adding a call to a function in functions.ly in my minimal example however shows that functions.ly is still not being found...
 
\version "2.17.8"
 
\include "functions.ly"
 
\score {
 \relative c'' { \stringNumbersOff c d e f }
}
 
 
lilypond -I "C:\TEMP" test.ly
 
GNU LilyPond 2.17.8
Processing `test.ly'
Parsing...
test.ly:3:9: error: cannot find file: `functions.ly'
(search path: `C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/svg/;C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/type1/;C:/Program Files/LilyPond/usr/share/lilypond/current/fonts/otf/;C:/Program Files/LilyPond/usr/share/lilypond/current/scm;C:/Program Files/LilyPond/usr/share/lilypond/current/ps;C:/Program Files/LilyPond/usr/share/lilypond/current/ly;C:/TEMP;')
\include
         "functions.ly"
 
test.ly:6:24: error: unknown escaped string: `\stringNumbersOff'
 \relative c'' {
                        \stringNumbersOff c d e f }
 
test.ly:6:24: error: syntax error, unexpected STRING
 \relative c'' {
                        \stringNumbersOff c d e f }
 
test.ly:6:8: error: errors found, ignoring music _expression_
 
        \relative c'' { \stringNumbersOff c d e f }
 
fatal error: failed files: "test.ly"
 
 
 
Phil.
 
 


reply via email to

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