]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
*** empty log message ***
[lilypond.git] / input / test / tablature-hammer.ly
index 7f1728ff4a06c3597f82338d0071906913f37301..a372c3cb40df2c911fb458779cfbebcf9b57c297 100644 (file)
@@ -1,17 +1,18 @@
 
-\version "1.9.2"
+\version "2.4.0"
 \header {texidoc = "@cindex Tablature hammer
-You can fake a hammer in tablature with slurs. "
+A hammer in tablature can be faked with slurs. "
 } 
 
 \score{
-  \context TabStaff <
-       \notes\relative c''{
+  %BROKEN \context TabStaff
+  <<
+       \relative c''{
                c(d)
                d(d)
                d(c)
   }
-  >
-       \paper{ raggedright = ##t}
+  >>
+       \layout{ raggedright = ##t}
 }