]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index 43230682be84f481619ec46f0352f561b5573572..713f35c175cc1c1f88166ebcdcee9fd64ffcc9f8 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.12.0"
+\version "2.14.0"
 
 \header {
   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
+}