]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / tablature-hammer.ly
index 964859288828f8e8b2f06ca7823ebee1ee0fb5be..15e182c2d4c3428b08c9e9a22f31b0b76202591b 100644 (file)
@@ -1,14 +1,17 @@
-\version "1.5.68"
-\header {
-texidoc = "" 
-}
+#(ly:set-option 'old-relative)
+\version "1.9.0"
+\header {texidoc = "@cindex Tablature hammer
+You can fake a hammer in tablature with slurs. "
+} 
 
 \score{
   \context TabStaff <
        \notes\relative c''{
-               c()d
-               d()d
-               d()c
+               c(d-)
+               d(d-)
+               d(c-)
   }
   >
+       \paper{ raggedright = ##t}
 }
+