]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn-slurs.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / drarn-slurs.ly
index 4272c2007f16d5300adbc876cc88fd85ea310d4d..105b6a7682ee437fe94b01e8ca8755f52389f01b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 % possible rename to slurs-?
 % TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
@@ -8,7 +8,7 @@ Slurs can be forced to always attach to note heads.
 "
 }
 
-fragment = \notes {
+fragment =  {
   \override Slur  #'direction = #1
   \override Slur  #'attachment = #'(head . head)
   g''16(g)(g)(g)(d')(d)(d)(d)
@@ -17,7 +17,7 @@ fragment = \notes {
 \paper { raggedright = ##t} 
 
 \score {
-  \notes\relative c \fragment
+  \relative c \fragment
   \paper { raggedright = ##t}  
 }