]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/ly2dvi-testpage.ly: removed (renamed, see below).
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 29 Oct 2003 22:59:00 +0000 (22:59 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 29 Oct 2003 22:59:00 +0000 (22:59 +0000)
        * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
        new file (renamed, see above).

ChangeLog
Documentation/user/invoking.itexi
input/test/lilypond-testpage.ly [new file with mode: 0644]
input/test/ly2dvi-testpage.ly [deleted file]

index c0c64223fa4296bf5723e426a13924becca01066..793f48373c8f914fb5b754a0b1a85d73680ddfa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
        * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
        input/regression/tie-chord.ly: Fix spell for tying.
 
+       * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
+
+       * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
+       new file (renamed, see above).
+
 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * scripts/lilypond-book.py (output_dict): Add definition of
index f5ce399f6f9926f30f78c46e7603b5268c6c5eb6..7beb95724e78931c3182755a8873d56b1955220a 100644 (file)
@@ -96,7 +96,7 @@ Show the warranty with which GNU LilyPond comes. (It comes with
 
 @code{lilypond} extracts the following header fields from the LY files
 to generate titling; an example demonstrating all these fields is in
-@inputfileref{input/test,ly2dvi-testpage.ly}:
+@inputfileref{input/test,lilypond-testpage.ly}:
 
 @table @code
 @item title
diff --git a/input/test/lilypond-testpage.ly b/input/test/lilypond-testpage.ly
new file mode 100644 (file)
index 0000000..134f6f3
--- /dev/null
@@ -0,0 +1,49 @@
+
+\version "1.9.8"
+% MERGE with title.ly -gp
+
+%{
+  Test lilypond features.
+%}
+
+\header {
+copyright = "copyright"
+title = "title"
+subtitle = "subtitle"
+composer = "composer"
+arranger = "arranger"
+instrument = "instrument"
+metre = "metre"
+opus = "opus"
+piece = "piece"
+poet = "poet"
+texidoc = "This file tests lilypond titling. It should be processed with lilypond. "
+
+%
+% todo: check whether title.ly does the same. --hwn
+%
+}
+
+
+\score {
+ \notes \relative c'' { c1 c1 c1 c1 }
+}
+
+\score {
+       \notes \relative c'' { c1 c1 c1 c1 }
+       
+       \header {
+
+       title = "localtitle"
+       subtitle = "localsubtitle"
+       composer = "localcomposer"
+       arranger = "localarranger"
+       instrument = "localinstrument"
+       metre = "localmetre"
+       opus = "localopus"
+       piece = "localpiece"
+       poet = "localpoet"
+       copyright = "localcopyright"
+       }
+}
+
diff --git a/input/test/ly2dvi-testpage.ly b/input/test/ly2dvi-testpage.ly
deleted file mode 100644 (file)
index e18dad1..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-
-\version "1.9.8"
-% MERGE with title.ly -gp
-
-%{
-  Test ly2dvi features.
-%}
-
-\header {
-copyright = "copyright"
-title = "title"
-subtitle = "subtitle"
-composer = "composer"
-arranger = "arranger"
-instrument = "instrument"
-metre = "metre"
-opus = "opus"
-piece = "piece"
-poet = "poet"
-texidoc = "This file tests ly2dvi titling. It should be processed with ly2dvi. "
-
-%
-% todo: check whether title.ly does the same. --hwn
-%
-}
-
-
-\score {
- \notes \relative c'' { c1 c1 c1 c1 }
-}
-
-\score {
-       \notes \relative c'' { c1 c1 c1 c1 }
-       
-       \header {
-
-       title = "localtitle"
-       subtitle = "localsubtitle"
-       composer = "localcomposer"
-       arranger = "localarranger"
-       instrument = "localinstrument"
-       metre = "localmetre"
-       opus = "localopus"
-       piece = "localpiece"
-       poet = "localpoet"
-       copyright = "localcopyright"
-       }
-}
-