]> 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 b49b20e01b47fc5e3a38914aa39a4868a57ac875..4272c2007f16d5300adbc876cc88fd85ea310d4d 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.2.0"
 % possible rename to slurs-?
 % TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
@@ -8,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}