]> 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 fee2f852b0c244e300ad12ed22b6aa5433722c68..c2c154c74a1f916671f7c7a55b69e00fcf070faf 100644 (file)
@@ -1,23 +1,29 @@
-\version "1.7.16"
+
+\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 } 
+  >>
+  \paper { linewidth = 40*\staffspace
+               raggedright = ##t } 
 }
-%% new-chords-done %%
+