]> git.donarmstrong.com Git - lilypond.git/commitdiff
input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
authorGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 11:48:41 +0000 (11:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 11:48:41 +0000 (11:48 +0000)
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
input/regression/beam-chord.ly [new file with mode: 0644]
input/test/beam-abbrev.ly [deleted file]
input/test/beam-chord.ly [deleted file]
input/test/beam-dir.ly [deleted file]
input/test/beam-position.ly [deleted file]
input/test/beam-suspect.ly [deleted file]
input/test/beam-trend.ly [deleted file]
input/test/beams.ly [deleted file]
input/test/crescendo-text.ly [deleted file]
input/test/default-neutral-dir.ly [deleted file]

index 7ffaffe7d9a360816e354752a6f84c7f749e2daa..d4657f56d55d36a19ed81cabcb1e332fb1fbdf6f 100644 (file)
--- 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/regression/beam-chord.ly b/input/regression/beam-chord.ly
new file mode 100644 (file)
index 0000000..1de05e9
--- /dev/null
@@ -0,0 +1,31 @@
+\version "1.7.18"
+\header {
+texidoc = "MOVE TO REGTEST.
+If the first and last outer notes of a beam are the same, the beam should be
+be horizontal.
+"
+}
+\score{
+       \notes  \transpose c' c'{
+
+% this property doesn't appear to change the output in 1.7.19.
+\property Voice.Beam \set #'position-callbacks =
+ #`(,Beam::least_squares
+                              ,Beam::check_concave
+                              ,Beam::slope_damping
+                              ,Beam::shift_region_to_valid
+       
+                             )
+                a'8-[ <<a' g''>>]
+                c-[ <<c e,>>]
+                a'16-[ <<a' g''>>]
+                c-[ <<c e,>>]
+                a'32-[ <<a' g''>>]
+                c-[ <<c e,>>]
+       }
+       \paper{
+
+               linewidth = 66.0\mm
+       }
+}
+%% new-chords-done %%
diff --git a/input/test/beam-abbrev.ly b/input/test/beam-abbrev.ly
deleted file mode 100644 (file)
index d89094b..0000000
+++ /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-chord.ly b/input/test/beam-chord.ly
deleted file mode 100644 (file)
index 1de05e9..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-\version "1.7.18"
-\header {
-texidoc = "MOVE TO REGTEST.
-If the first and last outer notes of a beam are the same, the beam should be
-be horizontal.
-"
-}
-\score{
-       \notes  \transpose c' c'{
-
-% this property doesn't appear to change the output in 1.7.19.
-\property Voice.Beam \set #'position-callbacks =
- #`(,Beam::least_squares
-                              ,Beam::check_concave
-                              ,Beam::slope_damping
-                              ,Beam::shift_region_to_valid
-       
-                             )
-                a'8-[ <<a' g''>>]
-                c-[ <<c e,>>]
-                a'16-[ <<a' g''>>]
-                c-[ <<c e,>>]
-                a'32-[ <<a' g''>>]
-                c-[ <<c e,>>]
-       }
-       \paper{
-
-               linewidth = 66.0\mm
-       }
-}
-%% new-chords-done %%
diff --git a/input/test/beam-dir.ly b/input/test/beam-dir.ly
deleted file mode 100644 (file)
index 61e5e05..0000000
+++ /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 (file)
index 52aa5a6..0000000
+++ /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 (file)
index f983f53..0000000
+++ /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 (file)
index 969531d..0000000
+++ /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 (file)
index 6c09aa8..0000000
+++ /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 (file)
index a3a27a3..0000000
+++ /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 (file)
index 8978283..0000000
+++ /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 %%