]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / drarn.ly
index 84865625be1b3fe3d698b407b612a8729b139ab6..4435d7131924b578901900b5083e094e7871c1e1 100644 (file)
@@ -1,25 +1,25 @@
 
-\version "1.9.4"
+\version "2.3.4"
 \header{texidoc="@cindex Drarn
 You can attach slurs and ties to noteheads.
 " }
 
 \score {
-  \context Staff \notes <<
+  \context Staff  <<
     
      \relative c'' {
 \time 3/8       
-      \property Voice.Stem \set #'direction = #1
-      \property Voice.Tie \set #'direction = #1
-      \property Voice.Slur \set #'direction = #1
-      \property Voice.Slur \set #'attachment = #'(head . head)
+      \override Stem  #'direction = #1
+      \override Tie  #'direction = #1
+      \override Slur  #'direction = #1
+      \override Slur  #'attachment = #'(head . head)
       c8~c(c)  
     }\\
      \relative c'' {
-      \property Voice.Stem \set #'direction = #-1
-      \property Voice.Tie \set #'direction = #-1
-      \property Voice.Slur \set #'direction = #-1
-      \property Voice.Slur \set #'attachment = #'(head . head)
+      \override Stem  #'direction = #-1
+      \override Tie  #'direction = #-1
+      \override Slur  #'direction = #-1
+      \override Slur  #'attachment = #'(head . head)
       a8(a)~a  
     }
   >>