Have you tried to directly call the program:
lilypond-book --pdf --output="C:\lilypondtest" C:\test.tex
from the command prompt. There shouldn't be any need to use the
Windows version of Python (just make sure to log out and log in again
once after you have installed LilyPond the first time, so that all path
related variables are set correctly).
/Mats
mojocojo2000 wrote:
I am using lilypond version 2.10.29. I'm trying to integrate music
into a paper I have for a class. When I input the following into my
tex file:
\begin[quote,fragment,staffsize=26]{lilypond}
c' d' e' f' g'2 g'2
\end{lilypond}
(I got this from the tutorial)
I invoke lilypond book with the following command and receive an error:
C:\Python25\python.exe
"C:\Program Files\Lilypond\usr\bin\lilypond-book.py"
--pdf --output="C:\lilypondtest" C:\test.tex
snippet-map.ly:3:1: error: GUILE signaled an error for the
expression beginning
here
#
(ly:add-file-name-alist '(
snippet-map.ly:4:30: illegal character in escape sequence: #\D
snippet-map.ly:3:4: error: syntax error, unexpected ':', expecting '='
#(ly
:add-file-name-alist '(
Processing `lily-a9db7ba2f3.ly'
Parsing...
lily-a9db7ba2f3.ly:97:5: error: unknown escaped string: `\notes'
\notes \relative c' {
lily-a9db7ba2f3.ly:97:5: error: syntax error, unexpected STRING
\notes \relative c' {
lily-a9db7ba2f3.ly:98:8: error: unknown escaped string: `\property'
\property Voice.autoBeaming = ##f
lily-a9db7ba2f3.ly:98:8: error: syntax error, unexpected STRING
\property Voice.autoBeaming = ##f
lily-a9db7ba2f3.ly:97:12: error: errors found, ignoring music
expression
\notes
\relative c' {
lily-a9db7ba2f3.ly:103:8: error: syntax error, unexpected '}'
}
error: failed files: "lily-a9db7ba2f3 snippet-map.ly"
command failed: lilypond -b eps -I "C:\\test"
--formats=eps -deps-box-padding=3.0
00000 -dread-file-list snippet-names
Child returned 1
Thanks for your help.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user