From: Graham Percival Date: Tue, 23 Jan 2007 19:35:32 +0000 (-0800) Subject: Might as well do the AAA for the other input/*/ X-Git-Tag: release/2.11.14-1~13^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=08ba5eb36abff93bff1a5e242ffed162491564f2;p=lilypond.git Might as well do the AAA for the other input/*/ --- diff --git a/input/regression/+.ly b/input/regression/+.ly deleted file mode 100644 index d19595bf02..0000000000 --- a/input/regression/+.ly +++ /dev/null @@ -1,31 +0,0 @@ -\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 "@unnumbered Introduction - -This document presents proofs for -LilyPond " (lilypond-version) ". When the -text corresponds with the shown notation, we consider LilyPond Officially -BugFree (tm). This document is intended for finding bugs and for -documenting bugfixes. - -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. - -TODO: order of tests (file names!), test only one feature per test. -Smaller and neater tests. -") - -} - -% -% make sure the .png is generated. -% -\lyrics { "(left blank intentionally)" } - diff --git a/input/regression/AAA-intro-regression.ly b/input/regression/AAA-intro-regression.ly new file mode 100644 index 0000000000..d19595bf02 --- /dev/null +++ b/input/regression/AAA-intro-regression.ly @@ -0,0 +1,31 @@ +\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 "@unnumbered Introduction + +This document presents proofs for +LilyPond " (lilypond-version) ". When the +text corresponds with the shown notation, we consider LilyPond Officially +BugFree (tm). This document is intended for finding bugs and for +documenting bugfixes. + +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. + +TODO: order of tests (file names!), test only one feature per test. +Smaller and neater tests. +") + +} + +% +% make sure the .png is generated. +% +\lyrics { "(left blank intentionally)" } + diff --git a/input/test/+.ly b/input/test/+.ly deleted file mode 100644 index f19247dc22..0000000000 --- a/input/test/+.ly +++ /dev/null @@ -1,23 +0,0 @@ -\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 tips and tricks, from simple to -advanced. You may also find dirty tricks, or the very very -latest features that have not been documented or fully implemented -yet. - -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/test/AAA-intro-test.ly b/input/test/AAA-intro-test.ly new file mode 100644 index 0000000000..f19247dc22 --- /dev/null +++ b/input/test/AAA-intro-test.ly @@ -0,0 +1,23 @@ +\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 tips and tricks, from simple to +advanced. You may also find dirty tricks, or the very very +latest features that have not been documented or fully implemented +yet. + +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)" }