]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-full-notation.ly
Issue 3687 (part 4): Update regression tests to use \compressMMRests
[lilypond.git] / input / regression / tablature-full-notation.ly
index eed3f35a5f790c0623246432027e37879d232884..065463be379e50254072c5cda0eb27c11fa9506b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.2"
+\version "2.19.20"
 
 \header{ texidoc = "As default, tablature staves show only the fret numbers, because
                     in most situations, they are combined with normal staves.
@@ -8,23 +8,24 @@
 
 tabstuff = {
   \time 3/4
-  \compressFullBarRests
-  c4^"test" d( e) |
-  f4\f g a^\fermata |
-  R2.*3 |
-  c8\<\( c16 c ~ 2\! |
-  \mark \default
-  c'2.\) |
-  \ottava #1
-  r4 d'4 r8 e |
-  \ottava #0
-  \tuplet 4/3 { b,4 c \glissando d\5 \glissando c } |
-  c4. d-_( |
-  e\varcoda-> )
-  \override TextSpanner.bound-details.left.text = "rit." f\startTextSpan |
-  g ~ g\prall |
-  g\thumb e-.\stopTextSpan
-  \bar "|."
+  \compressMMRests {
+    c4^"test" d( e) |
+    f4\f g a^\fermata |
+    R2.*3 |
+    c8\<\( c16 c ~ 2\! |
+    \mark \default
+    c'2.\) |
+    \ottava #1
+    r4 d'4 r8 e |
+    \ottava #0
+    \tuplet 4/3 { b,4 c \glissando d\5 \glissando c } |
+    c4. d-_( |
+    e\varcoda-> )
+    \override TextSpanner.bound-details.left.text = "rit." f\startTextSpan |
+    g ~ g\prall |
+    g\thumb e-.\stopTextSpan
+    \bar "|."
+  }
 }
 
 #(set-global-staff-size 18)