]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Aug 2004 18:31:42 +0000 (18:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Aug 2004 18:31:42 +0000 (18:31 +0000)
ChangeLog
input/test/slur-ugly.ly [deleted file]
lily/script-interface.cc

index ea52e31c1af5516d3b66b0aa9895b69c74b3272d..f317faf05c23a75deb9034769dad7c81ed96f1a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 
 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * 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 (file)
index c7cc804..0000000
+++ /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)
-    }
-  }
-}
-
-
index 6d6c67263b20a9de32e61ab38814694624963e77..279b265a96b01c725e114d02d4ef37651c3c9a43 100644 (file)
@@ -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");