]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-stem-broken.ly
.ly version update.
[lilypond.git] / input / regression / slur-stem-broken.ly
index 3c7800da51b8e132c8e07d54c44ef5768c4d05cf..8bc865d449ba83bb627560c313e8605e26114720 100644 (file)
@@ -1,3 +1,5 @@
+
+\version "1.9.8"
 \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."
@@ -6,9 +8,10 @@ follow the same vertical direction it would have had in unbroken state."
   \notes\relative c' {
     \property Voice.Slur \override #'attachment = #'(stem . stem)
     f( c' c c \break
-    c c c \stemUp ) c
+    c c c \stemUp  c)
   }
   \paper {
     linewidth=40*\staffspace
   }
 }
+