]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix regtest failure following GrandStaff changes.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 29 Mar 2011 23:25:56 +0000 (00:25 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 29 Mar 2011 23:26:40 +0000 (00:26 +0100)
* input/regression/hara-kiri-tabstaff.ly:

  don't use PianoStaff as container since it now accepts TabStaff, allowing
  the Keep_alive_together_engraver to interfere with empty stave removal

input/regression/hara-kiri-tabstaff.ly

index a692385fc9ccfddafaba5652c3ae9333015cd916..96363273f978fb9f240c774314976043a5ef8c9a 100644 (file)
@@ -8,10 +8,7 @@ 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.)"
 
 }
 
@@ -24,7 +21,7 @@ and no staff case."
 }
 
 
-\context PianoStaff <<
+\new GrandStaff <<
   \new TabStaff {
     c4 c c c \break
     s1 \break
@@ -45,5 +42,3 @@ and no staff case."
   }
 >>
 
-
-