]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add the tricky +.ly files.
authorGraham Percival <graham@percival-music.ca>
Sat, 20 Jan 2007 21:56:52 +0000 (13:56 -0800)
committerGraham Percival <graham@percival-music.ca>
Sat, 20 Jan 2007 21:56:52 +0000 (13:56 -0800)
input/lsr/advanced/+.ly [new file with mode: 0644]
input/lsr/trick/+.ly [new file with mode: 0644]

diff --git a/input/lsr/advanced/+.ly b/input/lsr/advanced/+.ly
new file mode 100644 (file)
index 0000000..02d2c32
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.10.0"
+%% +.ly: Be the first .ly file for lys-to-tely.py.
+%% Better to make lys-to-tely.py include "introduction.texi" or
+%% other .texi documents too?
+
+\header{
+texidoc = #(string-append "
+@section Introduction
+
+This document shows all kinds of advanced snippets from the
+LilyPond Snippet Repository.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file.
+
+This document is for LilyPond version 
+" (lilypond-version) ".")
+}
+
+% make sure .png  is generated.
+\lyrics {  "(left blank intentionally)" }
diff --git a/input/lsr/trick/+.ly b/input/lsr/trick/+.ly
new file mode 100644 (file)
index 0000000..4d5254f
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.10.0"
+%% +.ly: Be the first .ly file for lys-to-tely.py.
+%% Better to make lys-to-tely.py include "introduction.texi" or
+%% other .texi documents too?
+
+\header{
+texidoc = #(string-append "
+@section Introduction
+
+This document shows all kinds of `tricks and tips' snippets from the
+LilyPond Snippet Repository.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file.
+
+This document is for LilyPond version 
+" (lilypond-version) ".")
+}
+
+% make sure .png  is generated.
+\lyrics {  "(left blank intentionally)" }