Re: lilypond-book or latex doesn't find the necessary files

2012-09-08 Thread Stefan Thomas
Dear Daniel, I've tried Your script and I've modified a bit (see below). It works nice altough I have to run it 2 times, sometimes. I would like to ask one more question, concernen lilypond-book. Is is possible to include more than one directory in the search path? I have some files in a special

Re: lilypond-book or latex doesn't find the necessary files

2012-09-08 Thread Phil Holmes
: Re: lilypond-book or latex doesn't find the necessary files Dear Daniel, I've tried Your script and I've modified a bit (see below). It works nice altough I have to run it 2 times, sometimes. I would like to ask one more question, concernen lilypond-book. Is is possible to include more

Re: lilypond-book or latex doesn't find the necessary files

2012-09-08 Thread Stefan Thomas
Thomas kontrapunktste...@gmail.com *To:* Daniel E. Moctezuma democtez...@gmail.com *Cc:* lilypond-user lilypond-user@gnu.org *Sent:* Saturday, September 08, 2012 5:32 PM *Subject:* Re: lilypond-book or latex doesn't find the necessary files Dear Daniel, I've tried Your script and I've

Re: lilypond-book or latex doesn't find the necessary files

2012-09-07 Thread Daniel E. Moctezuma
Hello Stefan, I had that same error a couple of hours ago and I fixed like this on my bash script: #!/usr/bin/env bash TEMP_DIR=temp INPUT_FILE=yourfile.lytex OUTPUT_FILE=yourfile.pdf CURRENT_DIR=$(pwd) lilypond-book --pdf \ --include=$CURRENT_DIR \

Re: lilypond-book or latex doesn't find the necessary files

2012-09-07 Thread Stefan Thomas
Dear Daniel, thanks for Your help. I will try Your script and hope, that this will save the problem. 2012/9/7 Daniel E. Moctezuma democtez...@gmail.com Hello Stefan, I had that same error a couple of hours ago and I fixed like this on my bash script: #!/usr/bin/env bash TEMP_DIR=temp

Re: lilypond-book or latex doesn't find the necessary files

2012-09-07 Thread Daniel E. Moctezuma
Please let us know if the solution works for you. -- Daniel E. Moctezuma ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

lilypond-book or latex doesn't find the necessary files

2012-09-06 Thread Stefan Thomas
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}

Re: lilypond-book or latex doesn't find the necessary files

2012-09-06 Thread Stefan Thomas
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 kontrapunktste...@gmail.com Dear