From 4ccbc1d198bc96ee5c032c5acf14d8933942c0f2 Mon Sep 17 00:00:00 2001 From: gpercival Date: Fri, 20 Jun 2003 19:23:39 +0000 Subject: [PATCH] Deleted some files with Han's approval; moved one to regression; changed some comments. --- ChangeLog | 7 +++++ input/{test => regression}/tuplet-rest.ly | 3 +-- input/test/script-horizontal.ly | 32 ----------------------- input/test/tuplet-spanner-duration.ly | 17 ------------ input/test/two-key.ly | 8 +++--- input/test/two-slurs.ly | 4 +-- 6 files changed, 13 insertions(+), 58 deletions(-) rename input/{test => regression}/tuplet-rest.ly (86%) delete mode 100644 input/test/script-horizontal.ly delete mode 100644 input/test/tuplet-spanner-duration.ly diff --git a/ChangeLog b/ChangeLog index 0b55a11a36..3a3b600167 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-20 Graham Percival + + * input/test/tuplet-rest.ly: moved to regression. + + * input/test/ script-horizontal.ly tuplet-spanner-duration.ly: + deleted file. + 2003-06-20 Han-Wen Nienhuys * input/regression/beam-funky.ly: add note about (disputed) diff --git a/input/test/tuplet-rest.ly b/input/regression/tuplet-rest.ly similarity index 86% rename from input/test/tuplet-rest.ly rename to input/regression/tuplet-rest.ly index 0e00e569e8..2a674e44d4 100644 --- a/input/test/tuplet-rest.ly +++ b/input/regression/tuplet-rest.ly @@ -1,6 +1,5 @@ \version "1.7.18" -% regression or delete. -gp -% regression -hwn +\header {texidoc = "Tests tuplet rests. "} \score { \context Voice \notes \relative c'' { diff --git a/input/test/script-horizontal.ly b/input/test/script-horizontal.ly deleted file mode 100644 index dc84b300fa..0000000000 --- a/input/test/script-horizontal.ly +++ /dev/null @@ -1,32 +0,0 @@ -\version "1.7.18" - -\header{ texidoc = "@cindex Script Horizontal -Please don't use this Scheme hacking unless you have a good reason. " -} - -% delete me, input/regression/finger-horizontal is a better example. -hwn -\score { - \notes \context Voice < - \context Thread = TA { c'4_1 } - \context Thread = TB { - \property Thread.scriptHorizontal = ##t - \property Thread.TextScript \set #'extra-offset = #'(-0.5 . -0.5) - \property Thread.Script \set #'extra-offset = #'(2.25 . -0.5) - e'4-2^\prall } - \context Thread = TC { g'4^4 } - > - - \paper { \translator { - \VoiceContext - \remove Script_engraver - \remove Text_engraver - } - \translator { - \ThreadContext - \consists Script_engraver - \consists Text_engraver - } - raggedright=##t - } -} -%% new-chords-done %% diff --git a/input/test/tuplet-spanner-duration.ly b/input/test/tuplet-spanner-duration.ly deleted file mode 100644 index 603b26fe5f..0000000000 --- a/input/test/tuplet-spanner-duration.ly +++ /dev/null @@ -1,17 +0,0 @@ -\version "1.7.18" -% regression or delete. - -%delete; covered in refman -hwn. - -\score -{ -\context Voice \notes \relative c'' { -\time 2/4 -\times 2/3 { c8 c c c c c } -\property Voice . tupletSpannerDuration = #(ly:make-moment 1 4) -\times 2/3 { c8 c c c c c } - -} - -} -%% new-chords-done %% diff --git a/input/test/two-key.ly b/input/test/two-key.ly index 8578f51467..d98e078ebb 100644 --- a/input/test/two-key.ly +++ b/input/test/two-key.ly @@ -1,12 +1,10 @@ \version "1.7.18" -% regression - - +% regression -gp % no, it doesn't test notation. Perhaps no-notation, but % delete is also fine with me. -hwn -\header { texidoc = "If you specify two different key sigs at one point, a - warning is printed." +\header { texidoc = "If you specify two different key sigs at one point, a + warning is printed. DELETE" } \score { \notes diff --git a/input/test/two-slurs.ly b/input/test/two-slurs.ly index 1f9a7658ad..f086e6121b 100644 --- a/input/test/two-slurs.ly +++ b/input/test/two-slurs.ly @@ -1,14 +1,14 @@ \version "1.7.18" +% remove? -hwn \header{ texidoc = "@cindex Two Slurs -You can print a slur in each voice. " +You can print a slur in each voice. DELETE?" } % We'd want to combine the stems, but have two slurs too... % Looks like the a-due engraver -% remove? -hwn \score{ \context Staff < -- 2.39.5