]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-staccato.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / slur-staccato.ly
index 9be7f06a0860e20d977db57c46b2694f97fea774..3cca5e2e7c7116a89e72466a9bf4b527b9f198f0 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+
+\version "2.1.7"
 \header {
 texidoc="Manual hack for slur and staccato."
 }
@@ -9,9 +10,9 @@ texidoc="Manual hack for slur and staccato."
   \context Staff \notes\relative c'' {
     \property Voice.Slur \override
       #'attachment-offset = #'((0 . 1) . (0 . 1))
-    a-.( g-.  a-)-.
+    a-.( g-.  a)-.
     \property Voice.Slur \override
       #'attachment-offset = #'((0 . 1.5) . (0 . 1.5))
-    b-.( a-.  b-)-.
+    b-.( a-.  b)-.
   }
-}      %% new-chords-done %%
+}