]> git.donarmstrong.com Git - lilypond.git/commitdiff
Moved files to input/regression.
authorGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 11:51:32 +0000 (11:51 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 11:51:32 +0000 (11:51 +0000)
ChangeLog
input/regression/beam-pos.ly [new file with mode: 0644]
input/regression/beam-second.ly [new file with mode: 0644]
input/test/beam-pos.ly [deleted file]
input/test/beam-second.ly [deleted file]

index d4657f56d55d36a19ed81cabcb1e332fb1fbdf6f..5f3c779db87f9d8a10a6fe0c35269209ca4a1f9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
    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
+       * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
 
 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
diff --git a/input/regression/beam-pos.ly b/input/regression/beam-pos.ly
new file mode 100644 (file)
index 0000000..752ee9b
--- /dev/null
@@ -0,0 +1,38 @@
+\version "1.7.18"
+%  does this belong in regression?  delete it?  it doens't look
+%  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"
+enteredby =     "jcn"
+copyright =     "PD"
+title = "Beam quantization"
+
+TestedFeatures =        "beam quant positions"
+texidoc="DELETE or MOVE TO REGRESSION
+"
+}
+
+\score{
+       \notes\relative c' { 
+                c8-[ c]  a''-[ a]
+                a,-[ a]  c-[ c]
+                d,8-[ d]  g'-[ g]
+                g,-[ g]  d'-[ d]
+                c,16-[ c c c]  a''-[ a a a]
+                a,-[ a a a]  c-[ c c c]
+               \break
+                c,32-[ c c c c c c c]  a''-[ a a a a a a a]
+                f,-[ f f f f f f f]  e'-[ e e e e e e e]
+               \break
+                c,8-[ d]  a''-[ g]
+                g,-[ f]  d'-[ e]
+               \break
+       }
+       \paper{
+       }
+}
+
+%% new-chords-done %%
diff --git a/input/regression/beam-second.ly b/input/regression/beam-second.ly
new file mode 100644 (file)
index 0000000..8194370
--- /dev/null
@@ -0,0 +1,19 @@
+\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="DELETE ME
+" }
+\score{
+    \notes\relative c''{
+       \stemUp
+        b8-[ c]
+        b16-[ c]
+        a'-[ b]
+    }
+    \paper{
+       raggedright = ##t
+    }
+}%% new-chords-done %%
diff --git a/input/test/beam-pos.ly b/input/test/beam-pos.ly
deleted file mode 100644 (file)
index 752ee9b..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-\version "1.7.18"
-%  does this belong in regression?  delete it?  it doens't look
-%  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"
-enteredby =     "jcn"
-copyright =     "PD"
-title = "Beam quantization"
-
-TestedFeatures =        "beam quant positions"
-texidoc="DELETE or MOVE TO REGRESSION
-"
-}
-
-\score{
-       \notes\relative c' { 
-                c8-[ c]  a''-[ a]
-                a,-[ a]  c-[ c]
-                d,8-[ d]  g'-[ g]
-                g,-[ g]  d'-[ d]
-                c,16-[ c c c]  a''-[ a a a]
-                a,-[ a a a]  c-[ c c c]
-               \break
-                c,32-[ c c c c c c c]  a''-[ a a a a a a a]
-                f,-[ f f f f f f f]  e'-[ e e e e e e e]
-               \break
-                c,8-[ d]  a''-[ g]
-                g,-[ f]  d'-[ e]
-               \break
-       }
-       \paper{
-       }
-}
-
-%% new-chords-done %%
diff --git a/input/test/beam-second.ly b/input/test/beam-second.ly
deleted file mode 100644 (file)
index 8194370..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\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="DELETE ME
-" }
-\score{
-    \notes\relative c''{
-       \stemUp
-        b8-[ c]
-        b16-[ c]
-        a'-[ b]
-    }
-    \paper{
-       raggedright = ##t
-    }
-}%% new-chords-done %%