]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn-slurs.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / drarn-slurs.ly
index b41409f3629d07bd340b25d8f4ec5ae93b467c93..99b8199953ea49057337ae72e3a039cc058d5cda 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.1.36"
 % possible rename to slurs-?
 % TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
@@ -9,8 +9,8 @@ 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)
+  \override Slur  #'direction = #1
+  \override Slur  #'attachment = #'(head . head)
   g''16(g)(g)(g)(d')(d)(d)(d)
 }