From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 24 Aug 2004 22:38:26 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.3.13~34
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e0c1ca14e672b864f9c00d1f856177c871e6488;p=lilypond.git

*** empty log message ***
---

diff --git a/input/test/phrasing-slur-height.ly b/input/test/phrasing-slur-height.ly
deleted file mode 100644
index 2cc3e9e0ad..0000000000
--- a/input/test/phrasing-slur-height.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-
-\version "2.3.8"
-\header{ texidoc="@cindex Phrasing Slur Height
-The @code{PhrasingSlur} can be made higher in order to avoid collision 
-with other slurs. "
-}
-
-\score {
-    \new Staff \relative c''{
-	\override Staff.PhrasingSlur  #'height-limit = #8.0
-	c8 \( (d e f) g ( a b c)
-	| c ( b a g) f ( e d c)\)
-    }
-    \paper { raggedright = ##t }
-}
-