X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-include-options.lytex;h=bcc2a6ef4abefc374dfc39d00046bc3c14ea3e7d;hb=324ff94afc62c7011b7377f24392f95391ed3b84;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..bcc2a6ef4a 100644 --- a/input/regression/lilypond-book/tex-include-options.lytex +++ b/input/regression/lilypond-book/tex-include-options.lytex @@ -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}