]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-rest.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-cross-staff-rest.ly
index c957a14ecad0b8cda173551d80922548247dd8c5..93f294a40b0c6689ae39cb4628fbaee1294bffe9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Placement of beamed cross staff rests should be
@@ -11,8 +11,8 @@ Down = \change Staff = "down"
 
 \new PianoStaff <<
   \new Staff = "up"
-  \relative c'' {
-    \time 6/8 a2.
+  \relative {
+    \time 6/8 a'2.
     c'8[ \Down c,16 \Up fis \Down r fis] \Up
   }
   \new Staff = "down" { s2. s4. }