]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / drarn.ly
index bdc2c25a93345f1f1b2c2bd53069a24cd621dcaf..02db4fb37502f5149869ea011051db56ffed37cb 100644 (file)
@@ -1,4 +1,7 @@
-\version "1.7.6"
+\version "1.7.18"
+\header{texidoc="@cindex Drarn
+You can attach slurs and ties to noteheads.
+" }
 
 \score {
   \context Staff \notes <
       \property Voice.Tie \set #'direction = #1
       \property Voice.Slur \set #'direction = #1
       \property Voice.Slur \set #'attachment = #'(head . head)
-      c8~c()c  
+      c8~c(c-)  
     }
     \context Voice=two \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 %%