From d6a3b96ea786a0a1a0c6f663de574415ed102162 Mon Sep 17 00:00:00 2001
From: gpercival <gpercival>
Date: Wed, 11 Jun 2003 11:48:41 +0000
Subject: [PATCH] input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
 input/test/beam-dir.ly input/test/beam-position.ly input/test/beam-suspect.ly
 input/test/beam-trend.ly input/test/beams.ly input/test/crescendo-text.ly :
 deleted input/test/beam-chord.ly: moved to input/regression/beam-chord.ly

---
 ChangeLog                                |  8 +++
 input/{test => regression}/beam-chord.ly |  0
 input/test/beam-abbrev.ly                | 17 -----
 input/test/beam-dir.ly                   | 12 ----
 input/test/beam-position.ly              | 17 -----
 input/test/beam-suspect.ly               | 22 -------
 input/test/beam-trend.ly                 | 15 -----
 input/test/beams.ly                      | 79 ------------------------
 input/test/crescendo-text.ly             | 19 ------
 input/test/default-neutral-dir.ly        | 17 -----
 10 files changed, 8 insertions(+), 198 deletions(-)
 rename input/{test => regression}/beam-chord.ly (100%)
 delete mode 100644 input/test/beam-abbrev.ly
 delete mode 100644 input/test/beam-dir.ly
 delete mode 100644 input/test/beam-position.ly
 delete mode 100644 input/test/beam-suspect.ly
 delete mode 100644 input/test/beam-trend.ly
 delete mode 100644 input/test/beams.ly
 delete mode 100644 input/test/crescendo-text.ly
 delete mode 100644 input/test/default-neutral-dir.ly

diff --git a/ChangeLog b/ChangeLog
index 7ffaffe7d9..d4657f56d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-10  Graham Percival  <gperlist@shaw.ca>
+
+   * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
+   input/test/beam-dir.ly input/test/beam-position.ly    
+   input/test/beam-suspect.ly input/test/beam-trend.ly    
+   input/test/beams.ly input/test/crescendo-text.ly : deleted
+   * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
+
 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
 	* input/test/chord-names-dpnj.ly (texidoc): bugfix.
diff --git a/input/test/beam-chord.ly b/input/regression/beam-chord.ly
similarity index 100%
rename from input/test/beam-chord.ly
rename to input/regression/beam-chord.ly
diff --git a/input/test/beam-abbrev.ly b/input/test/beam-abbrev.ly
deleted file mode 100644
index d89094bad3..0000000000
--- a/input/test/beam-abbrev.ly
+++ /dev/null
@@ -1,17 +0,0 @@
-\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 
-	\stemUp
-	c4:8 c4:16  c8:16-[ c:]  c,8:16-[ c'':]
-	\stemBoth
-	 c,,8:16-[ c'':]
-	
-  }
-  \paper { }  
-}
-%% new-chords-done %%
diff --git a/input/test/beam-dir.ly b/input/test/beam-dir.ly
deleted file mode 100644
index 61e5e051c7..0000000000
--- a/input/test/beam-dir.ly
+++ /dev/null
@@ -1,12 +0,0 @@
-\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]
-	
-  }
-  \paper { }  
-}
-%% new-chords-done %%
diff --git a/input/test/beam-position.ly b/input/test/beam-position.ly
deleted file mode 100644
index 52aa5a6b95..0000000000
--- a/input/test/beam-position.ly
+++ /dev/null
@@ -1,17 +0,0 @@
-\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]
-}
-
-\paper { raggedright = ##t} 
-
-\score {
-  \notes\relative c \fragment
-  \paper { }  
-}
-%% new-chords-done %%
diff --git a/input/test/beam-suspect.ly b/input/test/beam-suspect.ly
deleted file mode 100644
index f983f536fd..0000000000
--- a/input/test/beam-suspect.ly
+++ /dev/null
@@ -1,22 +0,0 @@
-\version "1.7.18"
-% 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
-		 f8-[ a' g f]
-		 c8-[ g'16 f]
-		 c8-[ e16 d]
-		 a16-[ b c d]
-		 d16-[ c b a]
-		\stemDown
-		 c16-[ b a g]
-		 g16-[ a b c]
-	}
-	\paper{
-		raggedright = ##t
-	}
-}
-%% new-chords-done %%
diff --git a/input/test/beam-trend.ly b/input/test/beam-trend.ly
deleted file mode 100644
index 969531dbcf..0000000000
--- a/input/test/beam-trend.ly
+++ /dev/null
@@ -1,15 +0,0 @@
-\version "1.7.18"
-% 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
-		[f8 a' g f]
-	}
-	\paper{
-		raggedright = ##t
-	}
-}
-%% new-chords-done %%
diff --git a/input/test/beams.ly b/input/test/beams.ly
deleted file mode 100644
index 6c09aa8e90..0000000000
--- a/input/test/beams.ly
+++ /dev/null
@@ -1,79 +0,0 @@
-\version "1.7.18"
-% this looks nice, but I'm not certain that it belongs in input/test
-% update: Han-Wen suggests we delete it, since we'll know pretty
-% quickly if beams stop working.  :)
-\header{
-filename = 	 "beams.ly"
-composer = 	 "heu"
-enteredby = 	 "jcn"
-copyright = 	 "PD"
-
-TestedFeatures = 	 "beams and beamflags"
-texidoc="DELETE ME
-"
-}
-
-
-\score{
-	<
-		\context GrandStaff < 
-\context Staff = SA		\notes\transpose c c { 
-
-			\time 8/4
-			\stemUp  c8-[ c'' a' f']
-			\stemUp  c16-[ c'' a' f']
-			\stemUp  c32-[ c'' a' f']
-			\stemUp  c64-[ c'' a' f']
-			\stemUp  c128-[ c'' a' f']
-			r32
-
-			\stemUp  g8-[ g g g]
-			\stemUp  g16-[ g g g]
-			\stemUp  g32-[ g g g]
-			\stemUp  g64-[ g g g]
-			\stemUp  g128-[ g g g]
-			r32
-
-						\transpose c' c{
-			\stemBoth
-			 c'8-[ c']  b-[ b]  a-[ a]  g-[ g]  f-[ f]  e-[ e]
-			 c'16-[ c']  b-[ b]  a-[ a]  g-[ g]   f-[ f]  e-[ e]
-			 c'32-[ c']  b-[ b]  a-[ a]  g-[ g]  f-[ f]  e-[ e]
-			 c'64-[ c']  e-[ e]}
-		}
-	>
-	<	
-\context Staff = SB		\notes { 
-\transpose c c {
-			\time 8/4
-			\stemDown  a'8-[ a, c e]
-			\stemDown  a'16-[ a, c e]
-			\stemDown  a'32-[ a, c e]
-			\stemDown  a'64-[ a, c e]
-			\stemDown  a'128-[ a, c e]
-			r32}
-
-			\transpose c' c{
-			\stemDown  d''8-[ d'' d'' d'']
-			\stemDown  d''16-[ d'' d'' d'']
-			\stemDown  d''32-[ d'' d'' d'']
-			\stemDown  d''64-[ d'' d'' d'']
-			\stemDown  d''128-[ d'' d'' d'']
-			r32}
-
-			\transpose c c'{
-			\stemBoth
-			 a8-[ a]  b-[ b]  c'-[ c']  d'-[ d']  e'-[ e']  f'-[ f']
-			 a16-[ a]  b-[ b]  c'-[ c']  d'-[ d']   e'-[ e']  f'-[ f']
-			 a32-[ a]  b-[ b]  c'-[ c']  d'-[ d']   e'-[ e']  f'-[ f']
-			 a64-[ a]  f'-[ f']} 
-		}
-	>
-	>
-
-	\paper{
-
-	}
-}
-
-%% new-chords-done %%
diff --git a/input/test/crescendo-text.ly b/input/test/crescendo-text.ly
deleted file mode 100644
index a3a27a3889..0000000000
--- a/input/test/crescendo-text.ly
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "1.7.18"
-% delete; covered by cresendi.ly
-\header {texidoc="DELETE ME
-"}
-fragment = \notes {
-  \context Voice {
-    \property Voice.crescendoText = "cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
-    a''2-\mf\< a a \!a
-  }
-}
-
-\paper { raggedright = ##t} 
-
-\score {
-  \notes\relative c \fragment
-  \paper { }  
-}
-%% new-chords-done %%
diff --git a/input/test/default-neutral-dir.ly b/input/test/default-neutral-dir.ly
deleted file mode 100644
index 8978283a40..0000000000
--- a/input/test/default-neutral-dir.ly
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "1.7.18"
-% 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}
-\score {\notes \relative c {
-   b''8-[ b]
-  \property Voice.Beam \set #'neutral-direction = #-1
-   b-[ b]
-}}
-%% new-chords-done %%
-- 
2.39.5