]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-include-options.lytex
Revert "Regtests for lilypond-book include files located in subdir."
[lilypond.git] / input / regression / lilypond-book / tex-include-options.lytex
index 251fa087d80ebe334ec150d2cce2011e58da4a7d..99934bf049567a4adb88854b47868e45c813f6d7 100644 (file)
@@ -1,17 +1,5 @@
 \documentclass{article}
 \begin{document}
 Including a LilyPond file with options (quote and noindent):
-
 \lilypondfile[quote,noindent]{include2.ly}
-
-From a subdirectory:
-
-\lilypondfile[quote,noindent]{include/example.ly}
-
-Within a lilypond block:
-
-\begin{lilypond}[quote,noindent]
-  \include "include/myvar.ily"
-  \relative c'' { \myVar }
-\end{lilypond}
 \end{document}