]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
print handy hint for tracking crashes.
[lilypond.git] / input / test / tablature-hammer.ly
index a57c72ca7dc4bdba6160ad239a45c483a2371217..f70949ccd914e3e28792ee71b85fc023ce62cf66 100644 (file)
@@ -1,17 +1,18 @@
 
-\version "2.2.0"
+\version "2.10.0"
 \header {texidoc = "@cindex Tablature hammer
 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{ ragged-right = ##t}
 }