]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / drarn.ly
index 7f97c5b5895a6c6dc786bac720a23ffd7e0216f4..c2c154c74a1f916671f7c7a55b69e00fcf070faf 100644 (file)
@@ -1,27 +1,28 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.1.7"
 \header{texidoc="@cindex Drarn
 You can attach slurs and ties to noteheads.
 " }
 
 \score {
-  \context Staff \notes <
-    \time 3/8
-    \context Voice=one \relative c'' {
+  \context Staff \notes <<
+    
+     \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)
-      c8~c(c-)  
-    }
-    \context Voice=two \relative c'' {
+      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)
-      a8(a-)-~a  
+      a8(a)~a  
     }
-  >
+  >>
   \paper { linewidth = 40*\staffspace
                raggedright = ##t } 
 }