]> 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 5f3a513a80505fef50860d5c3e8747a560febd46..37bc68a6968f3748863334971dade1eca463ffa2 100644 (file)
@@ -1,15 +1,17 @@
-\version "1.7.18"
-\header {
-texidoc = "" 
-}
+
+\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 %%
+