From: hanwen Date: Tue, 24 Aug 2004 22:38:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.24^2~334 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c310bb65f924d8ef3471f576ab31dd89dca6ea11;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 } -} -