Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3372)

Unified Diff: input/regression/lilypond-book/tex-include-options.lytex

Issue 5846075: lilypond-book: Set include path for --output option (issue 2423). (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Add again the regression tests Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: input/regression/lilypond-book/tex-include-options.lytex
diff --git a/input/regression/lilypond-book/tex-include-options.lytex b/input/regression/lilypond-book/tex-include-options.lytex
index 99934bf049567a4adb88854b47868e45c813f6d7..251fa087d80ebe334ec150d2cce2011e58da4a7d 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}
« no previous file with comments | « input/regression/lilypond-book/tex-include-file.lytex ('k') | input/regression/lilypond-book/texinfo-include-file.tely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b