]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
Tweak regression test to account for spacing changes/bug fixes.
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index 43230682be84f481619ec46f0352f561b5573572..dff288e8114f1a6a96d19fe0c988895dabf155eb 100644 (file)
@@ -4,10 +4,10 @@
   texidoc = "Slurs that depend on a cross-staff beam are not calculated until after line-breaking."
 }
 
-\paper{ ragged-right=##t }
+\paper { ragged-right=##t }
 \score {
     \new PianoStaff <<
-    \context Staff = rh \relative { c'8([ d) \change Staff = lh c,] }
+    \context Staff = rh \relative c'' { c8([ d) \change Staff = lh c,] }
     \context Staff = lh { s4. }
     >>
-}
\ No newline at end of file
+}