From: Han-Wen Nienhuys Date: Wed, 24 Sep 2003 12:48:20 +0000 (+0000) Subject: * input/test/+.ly (texidoc): idem. X-Git-Tag: release/2.0.0~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f96e4ef369128f3428e684e839521585c2408a8b;p=lilypond.git * input/test/+.ly (texidoc): idem. * input/regression/+.ly: print version number. --- diff --git a/ChangeLog b/ChangeLog index 487110470e..46c2154916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-09-24 Han-Wen Nienhuys + * input/test/+.ly (texidoc): idem. + + * input/regression/+.ly: print version number. + * input/regression/accidentals.ly (mel): shorten. * input/regression/accidental-octave.ly (texidoc): shorten. diff --git a/input/regression/+.ly b/input/regression/+.ly index 969e66c270..6bb1c3596b 100644 --- a/input/regression/+.ly +++ b/input/regression/+.ly @@ -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 + } } diff --git a/input/test/+.ly b/input/test/+.ly index 9d723b9d91..c764fabfbf 100644 --- a/input/test/+.ly +++ b/input/test/+.ly @@ -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 + } +}