\documentclass[a4paper, 12pt]{article}

\usepackage{graphics}
\begin{document}

\section{Simple lilypond blocks}

A simple scale:

{%
\parindent 0pt
\noindent
\ifx\preLilyPondExample \undefined
\else
  \expandafter\preLilyPondExample
\fi
\def\lilypondbook{}%
\input{58/lily-08d38fc1-systems.tex}
\ifx\postLilyPondExample \undefined
\else
  \expandafter\postLilyPondExample
\fi
}

\end{document}
