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{hyperref}
|
||||
|
||||
\input{settings}
|
||||
\input{headfoot}
|
||||
\input{revision}
|
||||
\input{settings.tex}
|
||||
\input{headfoot.tex}
|
||||
\input{revision.tex}
|
||||
|
||||
\begin{document}
|
||||
\widowpenalties 1 10000
|
||||
|
Loading…
Reference in New Issue
Block a user