On 18/01/2013 4:56 PM, Stefan Thomas wrote:
Dear community, when I compile the following file with latex and lilypondbook, it looks quite strange. There's is a break after every bar of the lilypond example. I think it has to do with the input-command. Here is the code of the latex-file:\documentclass[a4paper,12pt]{article} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage[paper=a4paper,left=20mm,right=20mm,top=25mm,bottom=25mm]{geometry} \input{./semester.tex} \author{Myself} \title{Examination \Semester } \date{ \Datummontag } \begin{document} \maketitle \begin{flushright} Name, Vorname: \end{flushright}
It would help to insert a paragraph break (blank line) here...
\textbf{First exercise:}
and/or here.
\begin{lilypond} \relative { c d e f g2 e g 4 f e d e2 c } \end{lilypond} \end{document}
Cheers, Julien _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
