]> 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 8d16f8b42098fe9baf8388b7bd1d447da5bcdbf1..02db4fb37502f5149869ea011051db56ffed37cb 100644 (file)
@@ -1,21 +1,27 @@
+\version "1.7.18"
+\header{texidoc="@cindex Drarn
+You can attach slurs and ties to noteheads.
+" }
 
 \score {
   \context Staff \notes <
-    \time 3/8;
+    \time 3/8
     \context Voice=one \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)
-      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 %%