]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tablature-hammer.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / tablature-hammer.ly
index bf734e4e8dd7700568ce4c2a5fd8db1fbb1403d5..b406d2fcc7e1539d793f6d4fd03b57a03fa35d6a 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.8"
+\version "2.3.22"
 \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''{
+       \relative c''{
                c(d)
                d(d)
                d(c)
   }
   >>
-       \paper{ raggedright = ##t}
+       \layout{ raggedright = ##t}
 }