]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-include-options.lytex
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / lilypond-book / tex-include-options.lytex
index 99934bf049567a4adb88854b47868e45c813f6d7..bcc2a6ef4abefc374dfc39d00046bc3c14ea3e7d 100644 (file)
@@ -1,5 +1,22 @@
 \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}
+
+Include a file that includes a file:
+
+\lilypondfile[quote,noindent]{include.ly}
+
 \end{document}