Inputfiles need the extension '.tex'.
Lilypond-book seems to get confused when there is no extension in an input directive. So just add them again.
This commit is contained in:
parent
1284a2fd08
commit
340f03ca07
@ -7,9 +7,9 @@
|
|||||||
\usepackage{xmpincl}
|
\usepackage{xmpincl}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
|
||||||
\input{settings}
|
\input{settings.tex}
|
||||||
\input{headfoot}
|
\input{headfoot.tex}
|
||||||
\input{revision}
|
\input{revision.tex}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\widowpenalties 1 10000
|
\widowpenalties 1 10000
|
||||||
|
Loading…
Reference in New Issue
Block a user