From e708a4e486c68357bed922cc90e8b152a1b35970 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 3 Jun 2003 15:40:04 +0000 Subject: [PATCH] Mark file for proposed deletion. --- input/test/ac-extra-voice.ly | 2 ++ input/test/beam-abbrev.ly | 2 ++ input/test/beam-chord.ly | 6 +++++- input/test/beam-dir.ly | 3 ++- input/test/beam-pos.ly | 6 +++++- input/test/beam-position.ly | 2 ++ input/test/beam-second.ly | 11 +++++------ input/test/beam-suspect.ly | 5 ++++- input/test/beam-trend.ly | 5 ++++- input/test/beams.ly | 6 ++++-- input/test/crescendo-text.ly | 3 ++- input/test/default-neutral-dir.ly | 11 +++++++---- 12 files changed, 44 insertions(+), 18 deletions(-) diff --git a/input/test/ac-extra-voice.ly b/input/test/ac-extra-voice.ly index 12b1e6224a..b6db8847c5 100644 --- a/input/test/ac-extra-voice.ly +++ b/input/test/ac-extra-voice.ly @@ -3,6 +3,8 @@ % TODO: what's this? % % I don't know what this example is supposed to do. delete it? +\header { texidoc="DELETE ME +"} global = \notes { \key a \minor diff --git a/input/test/beam-abbrev.ly b/input/test/beam-abbrev.ly index 88f20dd20d..d89094bad3 100644 --- a/input/test/beam-abbrev.ly +++ b/input/test/beam-abbrev.ly @@ -1,6 +1,8 @@ \version "1.7.18" % TODO: delete me? I think this is covered in the "tremolo % subdivision" section in refman. +\header {texidoc="DELETE ME +"} \score { \context Voice \notes\relative c { c'1:16 diff --git a/input/test/beam-chord.ly b/input/test/beam-chord.ly index 7ff1daf604..1a23823880 100644 --- a/input/test/beam-chord.ly +++ b/input/test/beam-chord.ly @@ -1,7 +1,11 @@ \version "1.7.18" +%Hmm. what's this supposed to test? % I don't know what this is supposed to do. delete it? +% looks like a regression test, and a test that we don't +% need, anyway. \header { -texidoc = "Hmm. what's this supposed to test?" +texidoc = "DELETE ME. +" } \score{ \notes \transpose c' c'{ diff --git a/input/test/beam-dir.ly b/input/test/beam-dir.ly index b246c60507..61e5e051c7 100644 --- a/input/test/beam-dir.ly +++ b/input/test/beam-dir.ly @@ -1,6 +1,7 @@ \version "1.7.18" % huh? What's the point of this? delete it? - +\header{texidoc="DELETE ME +"} \score { \context Voice \notes\relative c { b''16-[ a] diff --git a/input/test/beam-pos.ly b/input/test/beam-pos.ly index 8d0bb6d7f8..752ee9b7c4 100644 --- a/input/test/beam-pos.ly +++ b/input/test/beam-pos.ly @@ -1,6 +1,8 @@ \version "1.7.18" % does this belong in regression? delete it? it doens't look -% like a special trick or a great learning tool... +% like a special trick or a great learning tool, but it might +% be useful in testing length os beam stems, or something like +% that. \header{ filename = "beam-pos.ly" composer = "jcn" @@ -9,6 +11,8 @@ copyright = "PD" title = "Beam quantization" TestedFeatures = "beam quant positions" +texidoc="DELETE or MOVE TO REGRESSION +" } \score{ diff --git a/input/test/beam-position.ly b/input/test/beam-position.ly index da06f049f5..52aa5a6b95 100644 --- a/input/test/beam-position.ly +++ b/input/test/beam-position.ly @@ -1,6 +1,8 @@ \version "1.7.18" % this is the same thing as beam-control.ly, but it's a % worse example. Definately delete it. +\header{texidoc="DELETE ME +"} fragment = \notes { \property Voice.Beam \set #'positions = #'(4 . 0) c'8-[ c] diff --git a/input/test/beam-second.ly b/input/test/beam-second.ly index da3819fdb0..819437037a 100644 --- a/input/test/beam-second.ly +++ b/input/test/beam-second.ly @@ -1,12 +1,11 @@ \version "1.7.18" % delete me? +%TODO: what's this for? manual beaming? (the two pairs of 16ths) +% showing \stemUp? +% all of those things are covered in refman and/or other files \header{ - texidoc=" - -TODO: what's this for? -manual beaming? (the two pairs of 16ths) -" -} + texidoc="DELETE ME +" } \score{ \notes\relative c''{ \stemUp diff --git a/input/test/beam-suspect.ly b/input/test/beam-suspect.ly index 0a52b4d95b..f983f536fd 100644 --- a/input/test/beam-suspect.ly +++ b/input/test/beam-suspect.ly @@ -1,5 +1,8 @@ \version "1.7.18" -% I don't understand the point of this one. delete it? +% I don't understand the point of this one. Demonstrates +% wierd beamings? I'd say delete it or move to regression. +\header{ texidoc="DELETE or MOVE TO REGRESSION +"} \score{ \notes\relative c'{ \stemUp diff --git a/input/test/beam-trend.ly b/input/test/beam-trend.ly index dfa3007267..969531dbcf 100644 --- a/input/test/beam-trend.ly +++ b/input/test/beam-trend.ly @@ -1,5 +1,8 @@ \version "1.7.18" -% I don't see the point of this one. delete it? +% I don't see the point of this one -- a copy of beam-suspect? +% if anything, keep beam-suspect; but definately delete this one. +\header {texidoc="DELETE ME +"} \score{ \notes\relative c'{ \stemUp diff --git a/input/test/beams.ly b/input/test/beams.ly index 554821347c..6c09aa8e90 100644 --- a/input/test/beams.ly +++ b/input/test/beams.ly @@ -1,7 +1,7 @@ \version "1.7.18" % this looks nice, but I'm not certain that it belongs in input/test -% Han-Wen suggests we delete it, since we'll know pretty quickly if -% beams stop working. :) +% update: Han-Wen suggests we delete it, since we'll know pretty +% quickly if beams stop working. :) \header{ filename = "beams.ly" composer = "heu" @@ -9,6 +9,8 @@ enteredby = "jcn" copyright = "PD" TestedFeatures = "beams and beamflags" +texidoc="DELETE ME +" } diff --git a/input/test/crescendo-text.ly b/input/test/crescendo-text.ly index bea085fc8e..a3a27a3889 100644 --- a/input/test/crescendo-text.ly +++ b/input/test/crescendo-text.ly @@ -1,6 +1,7 @@ \version "1.7.18" % delete; covered by cresendi.ly - +\header {texidoc="DELETE ME +"} fragment = \notes { \context Voice { \property Voice.crescendoText = "cresc." diff --git a/input/test/default-neutral-dir.ly b/input/test/default-neutral-dir.ly index 403eec85d2..8978283a40 100644 --- a/input/test/default-neutral-dir.ly +++ b/input/test/default-neutral-dir.ly @@ -1,8 +1,11 @@ \version "1.7.18" -\header { texidoc = " -The direction of a perfectly centred beams can be -controlled through @code{Voice.Beam}'s grob-property -directly@code{neutral-direction} +% delete this; it's covered by beam-neutral-direction.ly + +% old texidoc: +%The direction of a perfectly centred beams can be +%controlled through @code{Voice.Beam}'s grob-property +%directly@code{neutral-direction} +\header { texidoc = "DELETE ME. "} \paper { raggedright = ##t} -- 2.39.5