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

Delta Between Two Patch Sets: 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/
Left Patch Set: Created 12 years ago
Right Patch Set: Add again the regression tests Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 \documentclass{article} 1 \documentclass{article}
2 \begin{document} 2 \begin{document}
3 Including a LilyPond file with options (quote and noindent): 3 Including a LilyPond file with options (quote and noindent):
4
4 \lilypondfile[quote,noindent]{include2.ly} 5 \lilypondfile[quote,noindent]{include2.ly}
6
7 From a subdirectory:
8
9 \lilypondfile[quote,noindent]{include/example.ly}
10
11 Within a lilypond block:
12
13 \begin{lilypond}[quote,noindent]
14 \include "include/myvar.ily"
15 \relative c'' { \myVar }
16 \end{lilypond}
5 \end{document} 17 \end{document}
LEFTRIGHT

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