]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-tabstaff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / hara-kiri-tabstaff.ly
index e5738ab8760e06863f48e93c76b7b099a040d4d4..5e2a013ceab60f2ca6e58da5c6f6e3622b966dec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.10"
+\version "2.16.0"
 
 \header {
   texidoc =
@@ -8,22 +8,20 @@ example really contains three tab staves, but as it progresses, empty ones
 are removed: this example has three staves, but some of them
 disappear: note how the 2nd line only has the bar number 2. (That the
 bar number is printed might be considered a bug, however, the scenario
-of all staves disappearing does not happen in practice.)
-
-Any staff brackets and braces are removed, both in the single staff
-and no staff case."
+of all staves disappearing does not happen in practice.)"
 
 }
 
 \layout {
   ragged-right= ##t
   \context {
-    \RemoveEmptyTabStaffContext
+    \TabStaff
+    \RemoveEmptyStaves
   }
 }
 
 
-\context PianoStaff <<
+\new GrandStaff <<
   \new TabStaff {
     c4 c c c \break
     s1 \break
@@ -44,5 +42,3 @@ and no staff case."
   }
 >>
 
-
-