X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-include-options.lytex;fp=input%2Fregression%2Flilypond-book%2Ftex-include-options.lytex;h=251fa087d80ebe334ec150d2cce2011e58da4a7d;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=a53fb5dcd0c70255758689b002e654a4c47725c6;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/lilypond-book/tex-include-options.lytex b/input/regression/lilypond-book/tex-include-options.lytex index a53fb5dcd0..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 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} \end{document}