]> git.donarmstrong.com Git - lilypond.git/commitdiff
Lilypond-book: regtest files restructuring/renaming
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jun 2010 14:55:54 +0000 (16:55 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 3 Jul 2010 11:26:52 +0000 (13:26 +0200)
32 files changed:
input/regression/lilypond-book/html-include-space-after-tag.html [new file with mode: 0644]
input/regression/lilypond-book/html-inline-newline-during-tag.html [new file with mode: 0644]
input/regression/lilypond-book/html-inline-no-options.html [new file with mode: 0644]
input/regression/lilypond-book/html-inline-option.html [new file with mode: 0644]
input/regression/lilypond-book/html-newline-after-tag.html [new file with mode: 0644]
input/regression/lilypond-book/html-space-after-tag.html [new file with mode: 0644]
input/regression/lilypond-book/html-version-newline.html [new file with mode: 0644]
input/regression/lilypond-book/html-version.html [new file with mode: 0644]
input/regression/lilypond-book/include_file_latex.lytex [deleted file]
input/regression/lilypond-book/include_space_after_tag.html [deleted file]
input/regression/lilypond-book/inline_latex.lytex [deleted file]
input/regression/lilypond-book/inline_newline_after_tag.html [deleted file]
input/regression/lilypond-book/inline_no_option.html [deleted file]
input/regression/lilypond-book/inline_option.html [deleted file]
input/regression/lilypond-book/newline_after_tag.html [deleted file]
input/regression/lilypond-book/space_after_tag.html [deleted file]
input/regression/lilypond-book/suffix-html.html [new file with mode: 0644]
input/regression/lilypond-book/suffix-latex.latex [new file with mode: 0644]
input/regression/lilypond-book/suffix-lytex.lytex [new file with mode: 0644]
input/regression/lilypond-book/suffix-tex.tex [new file with mode: 0644]
input/regression/lilypond-book/suffix-xml.xml [new file with mode: 0644]
input/regression/lilypond-book/suffix_html.html [deleted file]
input/regression/lilypond-book/suffix_latex.latex [deleted file]
input/regression/lilypond-book/suffix_lytex.lytex [deleted file]
input/regression/lilypond-book/suffix_tex.tex [deleted file]
input/regression/lilypond-book/suffix_xml.xml [deleted file]
input/regression/lilypond-book/tex-include-file-latex.lytex [new file with mode: 0644]
input/regression/lilypond-book/tex-inline-lilypond.lytex [new file with mode: 0644]
input/regression/lilypond-book/tex-version.lytex [new file with mode: 0644]
input/regression/lilypond-book/version.html [deleted file]
input/regression/lilypond-book/version_latex.lytex [deleted file]
input/regression/lilypond-book/version_newline.html [deleted file]

diff --git a/input/regression/lilypond-book/html-include-space-after-tag.html b/input/regression/lilypond-book/html-include-space-after-tag.html
new file mode 100644 (file)
index 0000000..0a408c1
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+<body>
+Including a ly file with newline and spaces in the tags.
+<lilypondfile
+>
+include.ly
+</lilypondfile >
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-inline-newline-during-tag.html b/input/regression/lilypond-book/html-inline-newline-during-tag.html
new file mode 100644 (file)
index 0000000..658655c
--- /dev/null
@@ -0,0 +1,6 @@
+<html>
+<body>
+Some music in <lilypond relative=2: a b c
+/> a line of text with a newline before the tag end.
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-inline-no-options.html b/input/regression/lilypond-book/html-inline-no-options.html
new file mode 100644 (file)
index 0000000..8670c2c
--- /dev/null
@@ -0,0 +1,4 @@
+<html>
+Some music in <lilypond: { a b c }/> a line of text.
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-inline-option.html b/input/regression/lilypond-book/html-inline-option.html
new file mode 100644 (file)
index 0000000..dfb1099
--- /dev/null
@@ -0,0 +1,4 @@
+<html>
+Some music in <lilypond relative=2: a b c/> a line of text.
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-newline-after-tag.html b/input/regression/lilypond-book/html-newline-after-tag.html
new file mode 100644 (file)
index 0000000..2ad549c
--- /dev/null
@@ -0,0 +1,10 @@
+<html>
+<body>
+Lilypond fragment with newlines before the end tags.
+<lilypond fragment relative=2
+>
+\key c \minor c4 es g2
+</lilypond
+>
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-space-after-tag.html b/input/regression/lilypond-book/html-space-after-tag.html
new file mode 100644 (file)
index 0000000..a0be117
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+<body>
+Lilypond fragment with spaces and tabs before the end tags.
+<lilypond fragment relative=2     >
+\key c \minor c4 es g2
+</lilypond     >
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-version-newline.html b/input/regression/lilypond-book/html-version-newline.html
new file mode 100644 (file)
index 0000000..8519705
--- /dev/null
@@ -0,0 +1,6 @@
+<html>
+<body>
+Lilypond version: <lilypondversion
+/>
+</body>
+</html>
diff --git a/input/regression/lilypond-book/html-version.html b/input/regression/lilypond-book/html-version.html
new file mode 100644 (file)
index 0000000..3fdc332
--- /dev/null
@@ -0,0 +1,5 @@
+<html>
+<body>
+Lilypond version: <lilypondversion/>
+</body>
+</html>
diff --git a/input/regression/lilypond-book/include_file_latex.lytex b/input/regression/lilypond-book/include_file_latex.lytex
deleted file mode 100644 (file)
index 6705a7f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-\documentclass{article}
-\begin{document}
-Including Lilypond file:
-\lilypondfile{include2.ly}
-\end{document}
diff --git a/input/regression/lilypond-book/include_space_after_tag.html b/input/regression/lilypond-book/include_space_after_tag.html
deleted file mode 100644 (file)
index 0a408c1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<body>
-Including a ly file with newline and spaces in the tags.
-<lilypondfile
->
-include.ly
-</lilypondfile >
-</body>
-</html>
diff --git a/input/regression/lilypond-book/inline_latex.lytex b/input/regression/lilypond-book/inline_latex.lytex
deleted file mode 100644 (file)
index 0d4886a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\documentclass{article}
-\begin{document}
-Adding Lilypond code inline: \lilypond[relative=2]{ d g ceses }
-\end{document}
diff --git a/input/regression/lilypond-book/inline_newline_after_tag.html b/input/regression/lilypond-book/inline_newline_after_tag.html
deleted file mode 100644 (file)
index 658655c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-<body>
-Some music in <lilypond relative=2: a b c
-/> a line of text with a newline before the tag end.
-</body>
-</html>
diff --git a/input/regression/lilypond-book/inline_no_option.html b/input/regression/lilypond-book/inline_no_option.html
deleted file mode 100644 (file)
index 8670c2c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
-Some music in <lilypond: { a b c }/> a line of text.
-</body>
-</html>
diff --git a/input/regression/lilypond-book/inline_option.html b/input/regression/lilypond-book/inline_option.html
deleted file mode 100644 (file)
index dfb1099..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
-Some music in <lilypond relative=2: a b c/> a line of text.
-</body>
-</html>
diff --git a/input/regression/lilypond-book/newline_after_tag.html b/input/regression/lilypond-book/newline_after_tag.html
deleted file mode 100644 (file)
index 2ad549c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<body>
-Lilypond fragment with newlines before the end tags.
-<lilypond fragment relative=2
->
-\key c \minor c4 es g2
-</lilypond
->
-</body>
-</html>
diff --git a/input/regression/lilypond-book/space_after_tag.html b/input/regression/lilypond-book/space_after_tag.html
deleted file mode 100644 (file)
index a0be117..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<body>
-Lilypond fragment with spaces and tabs before the end tags.
-<lilypond fragment relative=2     >
-\key c \minor c4 es g2
-</lilypond     >
-</body>
-</html>
diff --git a/input/regression/lilypond-book/suffix-html.html b/input/regression/lilypond-book/suffix-html.html
new file mode 100644 (file)
index 0000000..a8582f7
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+<body>
+Testing lilypond-book HTML mode with .html file suffix.
+<lilypond fragment relative=2>
+\key c \minor c4 es g2
+</lilypond>
+</body>
+</html>
diff --git a/input/regression/lilypond-book/suffix-latex.latex b/input/regression/lilypond-book/suffix-latex.latex
new file mode 100644 (file)
index 0000000..80fb004
--- /dev/null
@@ -0,0 +1,7 @@
+\documentclass{article}
+\begin{document}
+Testing lilypond-book tex mode with .latex file suffix.
+\begin[fragment,relative=2]{lilypond}
+\key c \minor c4 e d2
+\end{lilypond}
+\end{document}
diff --git a/input/regression/lilypond-book/suffix-lytex.lytex b/input/regression/lilypond-book/suffix-lytex.lytex
new file mode 100644 (file)
index 0000000..e9216aa
--- /dev/null
@@ -0,0 +1,7 @@
+\documentclass{article}
+\begin{document}
+Testing lilypond-book tex mode with .lytex file suffix.
+\begin[fragment,relative=2]{lilypond}
+\key c \minor c4 es d2
+\end{lilypond}
+\end{document}
diff --git a/input/regression/lilypond-book/suffix-tex.tex b/input/regression/lilypond-book/suffix-tex.tex
new file mode 100644 (file)
index 0000000..d388c6f
--- /dev/null
@@ -0,0 +1,7 @@
+\documentclass{article}
+\begin{document}
+Testing lilypond-book tex mode with .tex file suffix.
+\begin{lilypond}[fragment,relative=2]
+\key c \minor c4 dis d2
+\end{lilypond}
+\end{document}
diff --git a/input/regression/lilypond-book/suffix-xml.xml b/input/regression/lilypond-book/suffix-xml.xml
new file mode 100644 (file)
index 0000000..d04ce54
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+<body>
+Testing lilypond-book HTML mode with .xml file suffix.
+<lilypond fragment relative=2>
+\key c \minor c4 es g2
+</lilypond>
+</body>
+</html>
diff --git a/input/regression/lilypond-book/suffix_html.html b/input/regression/lilypond-book/suffix_html.html
deleted file mode 100644 (file)
index d03dadb..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<body>
-Lilypond fragment in a HTML file.
-<lilypond fragment relative=2>
-\key c \minor c4 es g2
-</lilypond>
-</body>
-</html>
diff --git a/input/regression/lilypond-book/suffix_latex.latex b/input/regression/lilypond-book/suffix_latex.latex
deleted file mode 100644 (file)
index 16b60d2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-\documentclass{article}
-\begin{document}
-Lilypond included in a \LaTeX document.
-\begin[fragment,relative=2]{lilypond}
-\key c \minor c4 e d2
-\end{lilypond}
-\end{document}
diff --git a/input/regression/lilypond-book/suffix_lytex.lytex b/input/regression/lilypond-book/suffix_lytex.lytex
deleted file mode 100644 (file)
index cb54e9e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-\documentclass{article}
-\begin{document}
-Lilypond included in a \LaTeX document.
-\begin[fragment,relative=2]{lilypond}
-\key c \minor c4 es d2
-\end{lilypond}
-\end{document}
diff --git a/input/regression/lilypond-book/suffix_tex.tex b/input/regression/lilypond-book/suffix_tex.tex
deleted file mode 100644 (file)
index 87d36d0..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-\documentclass{article}
-\begin{document}
-Lilypond included in a \LaTeX document.
-\begin{lilypond}[fragment,relative=2]
-\key c \minor c4 dis d2
-\end{lilypond}
-\end{document}
diff --git a/input/regression/lilypond-book/suffix_xml.xml b/input/regression/lilypond-book/suffix_xml.xml
deleted file mode 100644 (file)
index d04ce54..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<body>
-Testing lilypond-book HTML mode with .xml file suffix.
-<lilypond fragment relative=2>
-\key c \minor c4 es g2
-</lilypond>
-</body>
-</html>
diff --git a/input/regression/lilypond-book/tex-include-file-latex.lytex b/input/regression/lilypond-book/tex-include-file-latex.lytex
new file mode 100644 (file)
index 0000000..6705a7f
--- /dev/null
@@ -0,0 +1,5 @@
+\documentclass{article}
+\begin{document}
+Including Lilypond file:
+\lilypondfile{include2.ly}
+\end{document}
diff --git a/input/regression/lilypond-book/tex-inline-lilypond.lytex b/input/regression/lilypond-book/tex-inline-lilypond.lytex
new file mode 100644 (file)
index 0000000..0d4886a
--- /dev/null
@@ -0,0 +1,4 @@
+\documentclass{article}
+\begin{document}
+Adding Lilypond code inline: \lilypond[relative=2]{ d g ceses }
+\end{document}
diff --git a/input/regression/lilypond-book/tex-version.lytex b/input/regression/lilypond-book/tex-version.lytex
new file mode 100644 (file)
index 0000000..9509cc8
--- /dev/null
@@ -0,0 +1,4 @@
+\documentclass{article}
+\begin{document}
+Lilypond version: \lilypondversion
+\end{document}
diff --git a/input/regression/lilypond-book/version.html b/input/regression/lilypond-book/version.html
deleted file mode 100644 (file)
index 3fdc332..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body>
-Lilypond version: <lilypondversion/>
-</body>
-</html>
diff --git a/input/regression/lilypond-book/version_latex.lytex b/input/regression/lilypond-book/version_latex.lytex
deleted file mode 100644 (file)
index 9509cc8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\documentclass{article}
-\begin{document}
-Lilypond version: \lilypondversion
-\end{document}
diff --git a/input/regression/lilypond-book/version_newline.html b/input/regression/lilypond-book/version_newline.html
deleted file mode 100644 (file)
index 8519705..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-<body>
-Lilypond version: <lilypondversion
-/>
-</body>
-</html>