]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-stem-broken.ly
release commit
[lilypond.git] / input / regression / slur-stem-broken.ly
index ec079947586a18f01c88f4d56c6b59437ed8fba9..59fd966be47a93ce314d5a98ef7ce87d0c571262 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \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-)
+    c c c \stemUp  c)
   }
   \paper {
     linewidth=40*\staffspace