]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-full-notation.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-full-notation.ly
index 7f338df38c584d6c99a6e90934f40f0e36dd5555..2c40bba8e8680992bed665213154930dda42f7fe 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.37"
+\version "2.17.6"
 
 \header{ texidoc = "As default, tablature staves show only the fret numbers, because
                     in most situations, they are combined with normal staves.
@@ -13,21 +13,22 @@ 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
   \times 3/4 { b,4 c \glissando d\5 \glissando c } |
   c4. d-_( |
   e\varcoda-> )
-  \override TextSpanner #'(bound-details left text) = "rit." f\startTextSpan |
-  g ~ a\prall |
+  \override TextSpanner.bound-details.left.text = "rit." f\startTextSpan |
+  g ~ g\prall |
   g\thumb e-.\stopTextSpan
   \bar "|."
 }
 
+#(set-global-staff-size 18)
+
 \score {
   <<
     \new Staff { \clef "G_8" \tabstuff }