]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.33
authorfred <fred>
Wed, 27 Mar 2002 02:36:25 +0000 (02:36 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:36:25 +0000 (02:36 +0000)
input/bugs/1st-note-spacing.ly [deleted file]
input/bugs/tie-different-notes.ly [deleted file]
input/test/beam-quanting.ly [deleted file]

diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly
deleted file mode 100644 (file)
index 56803b1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\header {
-texidoc="apparently added in 1.5.2 -- what about it?"
-}
-\version "1.3.148"
-
-\score {\notes \relative c'' <
-\context Staff = SA { \times 6/7 { [c8 c c c c c c] }  }
-\context Staff = SB { \times 6/6 { [c c c c c c] }  }
->
-
-\paper { linewidth = -1. }
-} 
diff --git a/input/bugs/tie-different-notes.ly b/input/bugs/tie-different-notes.ly
deleted file mode 100644 (file)
index 52e071a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-\header {
-
-texidoc="
-
-  c ~ cis gets tied
-"
-}
-
-     \score {
-       \context Staff \context Voice = i { 
-          \notes\relative c'' { <c4 g' es'>~<cis4 gis' e'> } 
-       }
-     }
diff --git a/input/test/beam-quanting.ly b/input/test/beam-quanting.ly
deleted file mode 100644 (file)
index 977ed5b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "1.3.146"
-
-%{
-Have some fun beam quanting
-%}
-
-% no y quantising
-#(define (beam-vertical-position-quants m dy) '())
-
-% rediculous dy quanting
-#(define beam-height-quants '(0 4))
-
-\score {
-    \notes\relative c'{
-        c8 c c c
-        c8 e g a
-        c,8 f b e
-    }
-}