]> git.donarmstrong.com Git - lilypond.git/commitdiff
fixup regtest for 601812a35409ef1e34621df1721dbc6fb6e26c3e
authorKeith OHara <k-ohara5a5a@oco.net>
Sat, 24 Aug 2013 08:19:27 +0000 (01:19 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Tue, 27 Aug 2013 17:50:49 +0000 (10:50 -0700)
input/regression/slur-cross-staff-beam.ly

index eca5fe88b931fe1b0c6279fd9ffa7344bbcaf24a..834696a5be94c28859b946f548f8fb49d98f48c2 100644 (file)
@@ -9,7 +9,7 @@ after line-breaking, and after inside-going articulations have been placed."
 \score {
     \new PianoStaff <<
     \context Staff = rh \relative c'' { c8([ d) \change Staff = lh c,] r
-    \stemDown c'8 \change Staff = rh c_( \change Staff = lh c_\marcato c)}
+    \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)}
     \context Staff = lh { s1 }
     >>
 }