]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Aug 2004 22:38:26 +0000 (22:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Aug 2004 22:38:26 +0000 (22:38 +0000)
input/test/phrasing-slur-height.ly [deleted file]

diff --git a/input/test/phrasing-slur-height.ly b/input/test/phrasing-slur-height.ly
deleted file mode 100644 (file)
index 2cc3e9e..0000000
+++ /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 }
-}
-