From fd2ed6ee6b4733a2d09a6f1237fceaaa5485ae14 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 25 Aug 2004 18:31:42 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ input/test/slur-ugly.ly | 37 ------------------------------------- lily/script-interface.cc | 4 ++-- 3 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 input/test/slur-ugly.ly diff --git a/ChangeLog b/ChangeLog index ea52e31c1a..f317faf05c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ 2004-08-25 Han-Wen Nienhuys + * lily/script-interface.cc: add slur property. + * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs too. diff --git a/input/test/slur-ugly.ly b/input/test/slur-ugly.ly deleted file mode 100644 index c7cc8040e6..0000000000 --- a/input/test/slur-ugly.ly +++ /dev/null @@ -1,37 +0,0 @@ - -\version "2.3.8" - -\header { texidoc="@cindex Slur Ugly -Strange slurs can be produced by setting properties by hand. " -} - -baseWalk = \relative c { - d,8( a' d f a d f d a f d a) -} - -\score { - \context PianoStaff << - \time 6/4 - \context Staff=up { s1 * 6/4 } - \context Staff=down << - \clef bass - #(override-auto-beam-setting '(end * * * *) 1 2 'Score) - \autochange \context Voice \baseWalk - >> - >> - \paper { - raggedright = ##t - \context { - \Voice - \override Slur #'beautiful = #5.0 - \override Slur #'direction = #1 - \override Stem #'direction = #-1 - } - \context { - \PianoStaff - \override VerticalAlignment #'threshold = #'(5 . 5) - } - } -} - - diff --git a/lily/script-interface.cc b/lily/script-interface.cc index 6d6c67263b..279b265a96 100644 --- a/lily/script-interface.cc +++ b/lily/script-interface.cc @@ -92,9 +92,9 @@ struct Text_script ADD_INTERFACE (Text_script,"text-script-interface", "An object that is put above or below a note", - "script-priority inside-slur"); + "slur script-priority inside-slur"); ADD_INTERFACE (Script_interface, "script-interface", "An object that is put above or below a note", - "script-priority script-stencil inside-slur"); + "slur script-priority script-stencil inside-slur"); -- 2.39.2