]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn-slurs.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / test / drarn-slurs.ly
index 90763d34942ad525e286581b68e09e37d5f0377a..4272c2007f16d5300adbc876cc88fd85ea310d4d 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.2.0"
 % possible rename to slurs-?
 % TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
@@ -9,9 +9,9 @@ Slurs can be forced to always attach to note heads.
 }
 
 fragment = \notes {
-  \property Voice.Slur \set #'direction = #1
-  \property Voice.Slur \set #'attachment = #'(head . head)
-  g''16(g-)(g-)(g-)(d'-)(d-)(d-)(d-)
+  \override Slur  #'direction = #1
+  \override Slur  #'attachment = #'(head . head)
+  g''16(g)(g)(g)(d')(d)(d)(d)
 }
 
 \paper { raggedright = ##t}