]> git.donarmstrong.com Git - lilypond.git/commitdiff
Deleted some files with Han's approval; moved one to
authorGraham Percival <graham@percival-music.ca>
Fri, 20 Jun 2003 19:23:39 +0000 (19:23 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 20 Jun 2003 19:23:39 +0000 (19:23 +0000)
regression; changed some comments.

ChangeLog
input/regression/tuplet-rest.ly [new file with mode: 0644]
input/test/script-horizontal.ly [deleted file]
input/test/tuplet-rest.ly [deleted file]
input/test/tuplet-spanner-duration.ly [deleted file]
input/test/two-key.ly
input/test/two-slurs.ly

index 0b55a11a3611c1943aab6df0d791f32108d492da..3a3b6001679df234532b78ed54eae3c1505b136f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-06-20  Graham Percival  <gperlist@shaw.ca>
+
+       * 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  <hanwen@cs.uu.nl>
 
        * 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 (file)
index 0000000..2a674e4
--- /dev/null
@@ -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 (file)
index dc84b30..0000000
+++ /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 (file)
index 0e00e56..0000000
+++ /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 (file)
index 603b26f..0000000
+++ /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 %%
index 8578f514671c182f49d523aada4bad99ae2f44a8..d98e078ebba1ee9086f5e85ec8e5e66f06115749 100644 (file)
@@ -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
index 1f9a7658ad3710ead33ad64a1972124a34610ce7..f086e6121bd28d232048f8189128da25e8fe63a5 100644 (file)
@@ -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 <