From: Graham Percival Date: Fri, 20 Jun 2003 19:23:39 +0000 (+0000) Subject: Deleted some files with Han's approval; moved one to X-Git-Tag: release/1.7.23~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a5193e7b22364a4bb1def7fc713a48ca2d2ddef;p=lilypond.git Deleted some files with Han's approval; moved one to regression; changed some comments. --- 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/regression/tuplet-rest.ly b/input/regression/tuplet-rest.ly new file mode 100644 index 0000000000..2a674e44d4 --- /dev/null +++ b/input/regression/tuplet-rest.ly @@ -0,0 +1,18 @@ +\version "1.7.18" +\header {texidoc = "Tests tuplet rests. "} + +\score { + \context Voice \notes \relative c'' { + \time 2/4 + \times 2/3 { r c,,, c''' } + \times 2/3 { r c c } + \times 2/3 { r c r} + \times 2/3 { r r r} + \times 2/3 { r c e} + \times 2/3 { c r e} + \times 2/3 { r c g} + \times 2/3 { c r g} + } +} + +%% new-chords-done %% 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-rest.ly b/input/test/tuplet-rest.ly deleted file mode 100644 index 0e00e569e8..0000000000 --- a/input/test/tuplet-rest.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "1.7.18" -% regression or delete. -gp -% regression -hwn - -\score { - \context Voice \notes \relative c'' { - \time 2/4 - \times 2/3 { r c,,, c''' } - \times 2/3 { r c c } - \times 2/3 { r c r} - \times 2/3 { r r r} - \times 2/3 { r c e} - \times 2/3 { c r e} - \times 2/3 { r c g} - \times 2/3 { c r g} - } -} - -%% 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 <