From f48bccdc9cefbbdf3fddee2574e275fa1e80105b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 7 Apr 2009 23:18:09 +0100 Subject: [PATCH] Minor regtest correction. - instantiate voice explicitly in lower staff to make first staff change work. (cherry picked from commit c79faec374f91518fe9bfb4ae4e211c8b675855f) --- input/regression/spacing-knee-compressed.ly | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly index 8cf8d2c0e8..ad74e1837e 100644 --- a/input/regression/spacing-knee-compressed.ly +++ b/input/regression/spacing-knee-compressed.ly @@ -1,18 +1,19 @@ \version "2.12.0" \header { - texidoc = "Spacing corrections for kneed beams still work when compression is involved." + texidoc = "Spacing corrections for kneed beams still work when +compression is involved." } -\paper { line-width = 14.4 \cm } +\paper { line-width = 14.4\cm } rh = \change Staff = "rh" lh = \change Staff = "lh" \new PianoStaff << - \new Staff ="rh" { - s1*3 - } - \new Staff ="lh" { - \clef bass - \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak} - } + \new Staff ="rh" { + s1*3 + } + \new Staff ="lh" \new Voice { + \clef bass + \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak } + } >> \ No newline at end of file -- 2.39.2