]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-staccato.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / slur-staccato.ly
index 9be7f06a0860e20d977db57c46b2694f97fea774..0841c171b81c5f986dc09c94ed61808bae37f224 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.7.16"
+
+\version "2.3.4"
 \header {
-texidoc="Manual hack for slur and staccato."
+texidoc="An extra offset may be added between a slur and staccato(s)."
 }
 
 \paper { raggedright = ##t}
 
 \score {
-  \context Staff \notes\relative c'' {
-    \property Voice.Slur \override
+  \context Staff \relative c'' {
+    \override Slur 
       #'attachment-offset = #'((0 . 1) . (0 . 1))
-    a-.( g-.  a-)-.
-    \property Voice.Slur \override
+    a-.( g-.  a)-.
+    \override Slur 
       #'attachment-offset = #'((0 . 1.5) . (0 . 1.5))
-    b-.( a-.  b-)-.
+    b-.( a-.  b)-.
   }
-}      %% new-chords-done %%
+}