]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-cross-staff.ly
Merge branch 'lilypond/translation'
[lilypond.git] / input / regression / tuplet-bracket-cross-staff.ly
index 506e25efdc6013ad20f4899ed624e8068cfc985d..346287177ab6f56b60bb821c241085e6d5af55a6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.16"
+\version "2.12.0"
 
 \paper {
   ragged-right = ##t
@@ -22,13 +22,14 @@ voice = {
   \times 2/3 { \change Staff=III c,
                \change Staff=II b
                \change Staff=I c' }
+  \times 2/3 { c'[ \change Staff=II b] c }
 }
 
 \score {
   \new PianoStaff
   <<
-    \new Staff = "I" { s4 s4 s4 }
+    \new Staff = "I" { s1 }
     \new Staff = "II" { \clef bass \voice }
-    \new Staff = "III" { \clef bass s4 s4 s4 }
+    \new Staff = "III" { \clef bass s1 }
   >>
 }