I should have mentioned, that I compile those files with a script: lilypond-book -I /home/stefan/partituren/lilyponds/vorlagen/ --pdf $1.tex --output=out cd out/ && pdflatex "$1".tex pdflatex "$1".tex mv "$1".pdf ../ cd ../ && rm -r out/
2012/9/6 Stefan Thomas <[email protected]> > Dear community, > in the below quoted latex-document, I get the following error: > test.tex:13:9: error: cannot find file: `rousselraga.ly' > This is my document and the file rousselraga.ly > %%%%% > \documentclass[a4paper,12pt]{article} > \usepackage[ngerman]{babel} > \usepackage[utf8]{inputenc} > %\usepackage[paper=a4paper,left=20mm,right=20mm,top=25mm,bottom=25mm]{geometry} > > \title {From \grqq Krishna\grqq by Albert Roussel } > \author {Stefan Thomas} > \date { } > \begin{document} > \maketitle > The following is a quote of the composition Joueurs de Fl\^ute by the > french composer Albert Roussel. > \begin{lilypond} > \version "2.16.0" > \include "rousselraga.ly" > \new Staff { \melodie } > \end{lilypond} > \end{document} > %%%%%%%% > %%%%%% lilypondfile > \version "2.16.0" > zwozwozwoeeinsachtel = { \time #'(2 2 2 1) 7/8 } > global = { \key a \major \zwozwozwoeeinsachtel } > melodie = \relative c'' { > \global > r8 e \times 2/3 { f gis a } bes a gis | > \bar"|." } > > > > > > >
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
