]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-stem-broken.ly
formatting fixes.
[lilypond.git] / input / regression / slur-stem-broken.ly
index 30372fa3620a930bc8d399e79c81770f8455d83c..adf235bf421b65e1663dfcfccd05e5750131a421 100644 (file)
@@ -1,13 +1,16 @@
+\version "1.7.18"
 \header {
-texidoc="Trend of broken slur with user-overridden stem attachment"
+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)
     f( c' c c \break
-    c c c \stemUp ) c
+    c c c \stemUp  c-)
   }
   \paper {
     linewidth=40*\staffspace
   }
 }
+%% new-chords-done %%