]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / tablature-hammer.ly
index edebb530824cb3ad264527cf849424df9a647323..37bc68a6968f3748863334971dade1eca463ffa2 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.18"
+
+\version "2.1.7"
 \header {texidoc = "@cindex Tablature hammer
 You can fake a hammer in tablature with slurs. "
 } 
 
 \score{
-  \context TabStaff <
+  \context TabStaff <<
        \notes\relative c''{
-               c(d-)
-               d(d-)
-               d(c-)
+               c(d)
+               d(d)
+               d(c)
   }
-  >
+  >>
        \paper{ raggedright = ##t}
 }
-%% new-chords-done %%
+