From 66134ad5349355589e79d676276fcd15d08d7363 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Wed, 27 Mar 2002 02:36:25 +0000
Subject: [PATCH] lilypond-1.5.33

---
 input/bugs/1st-note-spacing.ly    | 12 ------------
 input/bugs/tie-different-notes.ly | 14 --------------
 input/test/beam-quanting.ly       | 19 -------------------
 3 files changed, 45 deletions(-)
 delete mode 100644 input/bugs/1st-note-spacing.ly
 delete mode 100644 input/bugs/tie-different-notes.ly
 delete mode 100644 input/test/beam-quanting.ly

diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly
deleted file mode 100644
index 56803b1071..0000000000
--- a/input/bugs/1st-note-spacing.ly
+++ /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
index 52e071a401..0000000000
--- a/input/bugs/tie-different-notes.ly
+++ /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
index 977ed5b283..0000000000
--- a/input/test/beam-quanting.ly
+++ /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
-    }
-}
-- 
2.39.5