From 6219b42fcb796e1aeed37b8f7398527c47985987 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Wed, 30 Mar 2011 00:25:56 +0100 Subject: [PATCH] Fix regtest failure following GrandStaff changes. * 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 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/input/regression/hara-kiri-tabstaff.ly b/input/regression/hara-kiri-tabstaff.ly index a692385fc9..96363273f9 100644 --- a/input/regression/hara-kiri-tabstaff.ly +++ b/input/regression/hara-kiri-tabstaff.ly @@ -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." } >> - - -- 2.39.5