From: Reinhold Kainhofer Date: Mon, 7 Jun 2010 14:55:54 +0000 (+0200) Subject: Lilypond-book: regtest files restructuring/renaming X-Git-Tag: release/2.13.27-1~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00c00577fea654d0424a59b2d96cbd297a6b75e7;p=lilypond.git Lilypond-book: regtest files restructuring/renaming --- 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 index 0000000000..0a408c1772 --- /dev/null +++ b/input/regression/lilypond-book/html-include-space-after-tag.html @@ -0,0 +1,9 @@ + + +Including a ly file with newline and spaces in the tags. + +include.ly + + + 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 index 0000000000..658655cf3d --- /dev/null +++ b/input/regression/lilypond-book/html-inline-newline-during-tag.html @@ -0,0 +1,6 @@ + + +Some music in a line of text with a newline before the tag end. + + 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 index 0000000000..8670c2ce8a --- /dev/null +++ b/input/regression/lilypond-book/html-inline-no-options.html @@ -0,0 +1,4 @@ + +Some music in a line of text. + + diff --git a/input/regression/lilypond-book/html-inline-option.html b/input/regression/lilypond-book/html-inline-option.html new file mode 100644 index 0000000000..dfb1099d95 --- /dev/null +++ b/input/regression/lilypond-book/html-inline-option.html @@ -0,0 +1,4 @@ + +Some music in a line of text. + + 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 index 0000000000..2ad549cab8 --- /dev/null +++ b/input/regression/lilypond-book/html-newline-after-tag.html @@ -0,0 +1,10 @@ + + +Lilypond fragment with newlines before the end tags. + +\key c \minor c4 es g2 + + + 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 index 0000000000..a0be117f61 --- /dev/null +++ b/input/regression/lilypond-book/html-space-after-tag.html @@ -0,0 +1,8 @@ + + +Lilypond fragment with spaces and tabs before the end tags. + +\key c \minor c4 es g2 + + + diff --git a/input/regression/lilypond-book/html-version-newline.html b/input/regression/lilypond-book/html-version-newline.html new file mode 100644 index 0000000000..8519705199 --- /dev/null +++ b/input/regression/lilypond-book/html-version-newline.html @@ -0,0 +1,6 @@ + + +Lilypond version: + + diff --git a/input/regression/lilypond-book/html-version.html b/input/regression/lilypond-book/html-version.html new file mode 100644 index 0000000000..3fdc33272d --- /dev/null +++ b/input/regression/lilypond-book/html-version.html @@ -0,0 +1,5 @@ + + +Lilypond version: + + diff --git a/input/regression/lilypond-book/include_file_latex.lytex b/input/regression/lilypond-book/include_file_latex.lytex deleted file mode 100644 index 6705a7ff14..0000000000 --- a/input/regression/lilypond-book/include_file_latex.lytex +++ /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 index 0a408c1772..0000000000 --- a/input/regression/lilypond-book/include_space_after_tag.html +++ /dev/null @@ -1,9 +0,0 @@ - - -Including a ly file with newline and spaces in the tags. - -include.ly - - - diff --git a/input/regression/lilypond-book/inline_latex.lytex b/input/regression/lilypond-book/inline_latex.lytex deleted file mode 100644 index 0d4886a5b0..0000000000 --- a/input/regression/lilypond-book/inline_latex.lytex +++ /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 index 658655cf3d..0000000000 --- a/input/regression/lilypond-book/inline_newline_after_tag.html +++ /dev/null @@ -1,6 +0,0 @@ - - -Some music in a line of text with a newline before the tag end. - - diff --git a/input/regression/lilypond-book/inline_no_option.html b/input/regression/lilypond-book/inline_no_option.html deleted file mode 100644 index 8670c2ce8a..0000000000 --- a/input/regression/lilypond-book/inline_no_option.html +++ /dev/null @@ -1,4 +0,0 @@ - -Some music in a line of text. - - diff --git a/input/regression/lilypond-book/inline_option.html b/input/regression/lilypond-book/inline_option.html deleted file mode 100644 index dfb1099d95..0000000000 --- a/input/regression/lilypond-book/inline_option.html +++ /dev/null @@ -1,4 +0,0 @@ - -Some music in a line of text. - - diff --git a/input/regression/lilypond-book/newline_after_tag.html b/input/regression/lilypond-book/newline_after_tag.html deleted file mode 100644 index 2ad549cab8..0000000000 --- a/input/regression/lilypond-book/newline_after_tag.html +++ /dev/null @@ -1,10 +0,0 @@ - - -Lilypond fragment with newlines before the end tags. - -\key c \minor c4 es g2 - - - diff --git a/input/regression/lilypond-book/space_after_tag.html b/input/regression/lilypond-book/space_after_tag.html deleted file mode 100644 index a0be117f61..0000000000 --- a/input/regression/lilypond-book/space_after_tag.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Lilypond fragment with spaces and tabs before the end tags. - -\key c \minor c4 es g2 - - - diff --git a/input/regression/lilypond-book/suffix-html.html b/input/regression/lilypond-book/suffix-html.html new file mode 100644 index 0000000000..a8582f7817 --- /dev/null +++ b/input/regression/lilypond-book/suffix-html.html @@ -0,0 +1,8 @@ + + +Testing lilypond-book HTML mode with .html file suffix. + +\key c \minor c4 es g2 + + + diff --git a/input/regression/lilypond-book/suffix-latex.latex b/input/regression/lilypond-book/suffix-latex.latex new file mode 100644 index 0000000000..80fb0049b3 --- /dev/null +++ b/input/regression/lilypond-book/suffix-latex.latex @@ -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 index 0000000000..e9216aa0d0 --- /dev/null +++ b/input/regression/lilypond-book/suffix-lytex.lytex @@ -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 index 0000000000..d388c6f3e6 --- /dev/null +++ b/input/regression/lilypond-book/suffix-tex.tex @@ -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 index 0000000000..d04ce54e3f --- /dev/null +++ b/input/regression/lilypond-book/suffix-xml.xml @@ -0,0 +1,8 @@ + + +Testing lilypond-book HTML mode with .xml file suffix. + +\key c \minor c4 es g2 + + + diff --git a/input/regression/lilypond-book/suffix_html.html b/input/regression/lilypond-book/suffix_html.html deleted file mode 100644 index d03dadb4db..0000000000 --- a/input/regression/lilypond-book/suffix_html.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Lilypond fragment in a HTML file. - -\key c \minor c4 es g2 - - - diff --git a/input/regression/lilypond-book/suffix_latex.latex b/input/regression/lilypond-book/suffix_latex.latex deleted file mode 100644 index 16b60d2fea..0000000000 --- a/input/regression/lilypond-book/suffix_latex.latex +++ /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 index cb54e9e00a..0000000000 --- a/input/regression/lilypond-book/suffix_lytex.lytex +++ /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 index 87d36d0a05..0000000000 --- a/input/regression/lilypond-book/suffix_tex.tex +++ /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 index d04ce54e3f..0000000000 --- a/input/regression/lilypond-book/suffix_xml.xml +++ /dev/null @@ -1,8 +0,0 @@ - - -Testing lilypond-book HTML mode with .xml file suffix. - -\key c \minor c4 es g2 - - - 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 index 0000000000..6705a7ff14 --- /dev/null +++ b/input/regression/lilypond-book/tex-include-file-latex.lytex @@ -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 index 0000000000..0d4886a5b0 --- /dev/null +++ b/input/regression/lilypond-book/tex-inline-lilypond.lytex @@ -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 index 0000000000..9509cc8a31 --- /dev/null +++ b/input/regression/lilypond-book/tex-version.lytex @@ -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 index 3fdc33272d..0000000000 --- a/input/regression/lilypond-book/version.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Lilypond version: - - diff --git a/input/regression/lilypond-book/version_latex.lytex b/input/regression/lilypond-book/version_latex.lytex deleted file mode 100644 index 9509cc8a31..0000000000 --- a/input/regression/lilypond-book/version_latex.lytex +++ /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 index 8519705199..0000000000 --- a/input/regression/lilypond-book/version_newline.html +++ /dev/null @@ -1,6 +0,0 @@ - - -Lilypond version: - -