From: hjunes Date: Wed, 29 Oct 2003 22:59:00 +0000 (+0000) Subject: * input/test/ly2dvi-testpage.ly: removed (renamed, see below). X-Git-Tag: release/2.1.3~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf173be0ca9adb146b10d650c010d3f0b8698abe;p=lilypond.git * input/test/ly2dvi-testpage.ly: removed (renamed, see below). * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi: new file (renamed, see above). --- diff --git a/ChangeLog b/ChangeLog index c0c64223fa..793f48373c 100644 --- 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 * scripts/lilypond-book.py (output_dict): Add definition of diff --git a/Documentation/user/invoking.itexi b/Documentation/user/invoking.itexi index f5ce399f6f..7beb95724e 100644 --- a/Documentation/user/invoking.itexi +++ b/Documentation/user/invoking.itexi @@ -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 index 0000000000..134f6f39d5 --- /dev/null +++ b/input/test/lilypond-testpage.ly @@ -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 index e18dad129d..0000000000 --- a/input/test/ly2dvi-testpage.ly +++ /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" - } -} -