]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-full-notation.ly
Add missing version header.
[lilypond.git] / input / regression / tablature-full-notation.ly
index 8e31540b88e0544b14969860bfe8bd8785217cbf..a1acd8bc4ccc779fe15e0ad29977e12ee8f4b222 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header{ texidoc = "As default, tablature staves show only the fret numbers, because
                     in most situations, they are combined with normal staves.
@@ -13,9 +13,8 @@ tabstuff = {
   f4\f g a^\fermata |
   R2.*3 |
   c8\<\( c16 c ~ c2\! |
-  c'2.\) |
   \mark \default
-  R2. |
+  c'2.\) |
   \ottava #1
   r4 d'4 r8 e |
   \ottava #0
@@ -28,6 +27,8 @@ tabstuff = {
   \bar "|."
 }
 
+#(set-global-staff-size 18)
+
 \score {
   <<
     \new Staff { \clef "G_8" \tabstuff }