Lilypond-book seems to be broken since lilypond version 18.0. The score runs
beyond the margin of the page. Up to 16.2 everything was working fine. I
work with MikTex and lilypond.
Here an example code:
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,USenglish,german,ngerman]{babel}
\begin{document}
\selectlanguage{ngerman}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text
\begin{lilypond}[staffsize=11.5]
\relative c' {
c16 d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e
f c
d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e f c d e
f c d e f c d e f c d e f c d e f c d e f c d e f
}
\end{lilypond}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text
\end{document}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond