From: Jan Nieuwenhuizen Date: Thu, 15 Aug 2002 21:20:09 +0000 (+0000) Subject: new file X-Git-Tag: release/1.5.74~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1c1f7b4b2b7727cdea3b412c4463e55dcf313a61;p=lilypond.git new file --- diff --git a/ChangeLog b/ChangeLog index 4a20e9ca7c..dd4eed8cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-15 Jan Nieuwenhuizen + * 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 index 0000000000..bf9f4256ca --- /dev/null +++ b/input/test/phrasing-slur-height.ly @@ -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 { + } +}