]> 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 27e9ac5eb8c23dfb8d6f549b0e17b068e0d2e460..0841c171b81c5f986dc09c94ed61808bae37f224 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.5.68"
+
+\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 { linewidth = -1.0 }
+\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)-.
   }
-}      
\ No newline at end of file
+}