]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-include-options.lytex
Add reg test (issue 4046)
[lilypond.git] / input / regression / lilypond-book / tex-include-options.lytex
index a53fb5dcd0c70255758689b002e654a4c47725c6..bcc2a6ef4abefc374dfc39d00046bc3c14ea3e7d 100644 (file)
@@ -1,5 +1,22 @@
 \documentclass{article}
 \begin{document}
-Including Lilypond file with options (quote and noindent):
+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}
+
+Include a file that includes a file:
+
+\lilypondfile[quote,noindent]{include.ly}
+
 \end{document}