If your file is a lytex file and you are using lilypond-book, I think the first mistake is the use of '\include'. Change it by '\input':

\input{kapitel/einleitung/einleitung}

anyway, send your folder to me and let me see if I can make it work.

Hugo.

p.s. I don't read German by can understand some words.

stefankaegi escreveu:
Hi

I just don't seem to grasp it.
I tried to do everything like you did. I have a hauptdatei.lytex
(mainfile) file which looks like the following:


\documentclass[11pt,a4paper]{scrreprt}
\usepackage{ngerman}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{typearea}
\usepackage[a4paper,left=2.5cm,right=2.5cm,top=2cm,bottom=3cm]{geometry}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{setspace}
\usepackage{musixtex}

\onehalfspacing


\begin{document}

\include{titlepage/titlepage}
\tableofcontents \setcounter{page}{1}

\include{kapitel/einleitung/einleitung}
\include{kapitel/analyse/analyse}
\include{kapitel/feldarbeit/feldarbeit}
\include{kapitel/schlusswort/schlusswort}
\begin{appendix}
\include{kapitel/anhang/anhang}
\end{appendix}
\listoffigures

\end{document}


Sorry, I hope you understand it, it's german: kapitel means chapter,
then comes the chapter name (e.g. einleitung) and then the file (e.g.
einleitung(.tex) )

I just get some error messages when I try to run latex on the
hauptdatei.tex file in my out folder:


No file hauptdatei.aux.
! I can't write on file `titlepage/titlepage.aux'.
[EMAIL PROTECTED] ...\immediate \openout [EMAIL PROTECTED] #1.aux \immediate \write
[EMAIL PROTECTED]
l.17 \include{titlepage/titlepage}
Please type another output file name:


The folder titlepage is on the same height as the kapitel folders in the
file structure and I get errors for those as well.

And btw: The link to the lilypond file is in kapitel/anhang/anhang
There I wrote:

\lilypondfile{morgentau.ly} since it's in the same folder


Thanks a lot for your help
Stefan





Here is my small example on how to use Lilypond-book. Just unzip this attached file, using a terminal shell, enter the folder "01" and run this command:
'sh makefile'

doing this you will see a pdf and ps file as a result. Good luck. Any doubt just let me know.

Take a look inside the 'makefile' file and try to discover what it does...

Hugo Ribeiro...
...from Brazil




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to