]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/+.ly (texidoc): idem.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Sep 2003 12:48:20 +0000 (12:48 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Sep 2003 12:48:20 +0000 (12:48 +0000)
* input/regression/+.ly: print version number.

ChangeLog
input/regression/+.ly
input/test/+.ly

index 487110470ebf3a4748629351ce9198791b99d97e..46c2154916ef7b2049411a660ae8a4449f26509a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/test/+.ly (texidoc): idem.
+
+       * input/regression/+.ly: print version number.
+
        * input/regression/accidentals.ly (mel): shorten.
 
        * input/regression/accidental-octave.ly (texidoc): shorten.
index 969e66c27003ace880f5d8b32ea5fc440f44d64a..6bb1c3596bb52fcb9173a69c8d4a237ae3c3fca3 100644 (file)
@@ -19,11 +19,16 @@ Smaller and neater tests.
 
 "
 
-foollilypondbook = "
-\score
-"
 }
 
-\score{
-\context Lyrics \lyrics { " " }
+\score { \context Lyrics \notes {
+    \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
+
+\mark #(ly:export    (string-append "(For LilyPond version "
+(lilypond-version) ")"))
+s2
+ }
+ \paper { indent = 0.0\pt
+ raggedright   = ##t 
+ }
 }
index 9d723b9d9186d3f7c7a5c93c978781c2bfd98e59..c764fabfbf717c5b8fe2da29798be388f9c203f0 100644 (file)
@@ -14,14 +14,18 @@ needed as a regression test.
 Here you may also find dirty tricks, or very the very latest features
 that have not been documented or fully implemented yet.
 
-"
-
-foollilypondbook = "
-\score
 "
 }
 
-\score{
-\context Lyrics \lyrics { "." }
-}
 
+\score { \context Lyrics \notes {
+    \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
+
+\mark #(ly:export    (string-append "(For LilyPond version "
+(lilypond-version) ")"))
+s2
+ }
+ \paper { indent = 0.0\pt
+ raggedright   = ##t 
+ }
+}