]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Aug 2002 21:20:09 +0000 (21:20 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Aug 2002 21:20:09 +0000 (21:20 +0000)
ChangeLog
input/test/phrasing-slur-height.ly [new file with mode: 0644]

index 4a20e9ca7cabb3ba43f4914206ca8e68396b1629..dd4eed8cc793510fd606be246a59555c7baf441c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * input/test/phrasing-slur-height.ly: New file.
+
        * scm/grob-property-description.scm (height-limit, ratio): Add.
 
        * lily/slur.cc: 
diff --git a/input/test/phrasing-slur-height.ly b/input/test/phrasing-slur-height.ly
new file mode 100644 (file)
index 0000000..bf9f425
--- /dev/null
@@ -0,0 +1,15 @@
+\header{
+    texidoc="Make PhrasingSlur higher, to avoid colission from other slurs"
+    }
+
+\version "1.5.72"
+
+\score {
+    \context Staff = melody \notes\relative c''{
+       \property Staff.PhrasingSlur \override #'height-limit = #8.0
+       c8 \( (d e ) f g ( a b ) c
+       | c ( b a ) g f ( e d )\) c
+    }
+    \paper {
+    }
+}