]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-stem-broken.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / slur-stem-broken.ly
index d4371b9e6c273a4a88106c194e7f87f3e9365a1b..26969c420c025d4273e54c182cbe4549e4c16e65 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "1.9.1"
+\version "2.2.0"
 \header {
 texidoc="Trend of broken slur with user-overridden stem attachment should also
 follow the same vertical direction it would have had in unbroken state."
 }
 \score {
   \notes\relative c' {
-    \property Voice.Slur \override #'attachment = #'(stem . stem)
+    \override Slur  #'attachment = #'(stem . stem)
     f( c' c c \break
     c c c \stemUp  c)
   }