summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Puttock <n.puttock@gmail.com>2009-04-07 23:18:09 +0100
committerNeil Puttock <n.puttock@gmail.com>2009-04-07 23:18:09 +0100
commitb58f1c17deb6939d32cf82fa51625163ede01e68 (patch)
tree32449ceb5450ed287cbdf46ef32c4afe1490b0f2
parente695c194a053434212dcd7efaf38c6dedec75331 (diff)
Minor regtest correction.
- instantiate voice explicitly in lower staff to make first staff change work.
-rw-r--r--input/regression/spacing-knee-compressed.ly19
1 files 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