]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
(struct Beam_stem_segment): add gapped_ for
[lilypond.git] / input / test / tablature-hammer.ly
index a2c14babdbebbe28f77bf5ced55cc81e18861e46..0841af710149a8887e6f5af16911fe678c330236 100644 (file)
@@ -1,13 +1,18 @@
-\version "1.7.18"
-\header {texidoc = "DELETE. "} 
+
+\version "2.7.39"
+\header {texidoc = "@cindex Tablature hammer
+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)
   }
-  >
+  >>
+       \layout{ ragged-right = ##t}
 }
-%% new-chords-done %%
+