X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-include-options.lytex;h=251fa087d80ebe334ec150d2cce2011e58da4a7d;hb=820bbcbc38981f5a1866f291cdf40042ea686db0;hp=99934bf049567a4adb88854b47868e45c813f6d7;hpb=743f0d4b067e76d591487f085240a7ff9ace85a7;p=lilypond.git diff --git a/input/regression/lilypond-book/tex-include-options.lytex b/input/regression/lilypond-book/tex-include-options.lytex index 99934bf049..251fa087d8 100644 --- a/input/regression/lilypond-book/tex-include-options.lytex +++ b/input/regression/lilypond-book/tex-include-options.lytex @@ -1,5 +1,17 @@ \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}