]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / tablature-hammer.ly
index edebb530824cb3ad264527cf849424df9a647323..f70949ccd914e3e28792ee71b85fc023ce62cf66 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.7.18"
+
+\version "2.10.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''{
-               c(d-)
-               d(d-)
-               d(c-)
+  %BROKEN \context TabStaff
+  <<
+       \relative c''{
+               c(d)
+               d(d)
+               d(c)
   }
-  >
-       \paper{ raggedright = ##t}
+  >>
+       \layout{ ragged-right = ##t}
 }
-%% new-chords-done %%
+