]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef3.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-folded-clef3.ly
index e919050d10c4c41d6fc379d9b2767d24c84075d5..ccac4283dfc0d45ac84e57f4ebc26acf10f75f19 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Voices that go back and forth between staves do not confuse the spacing engine."
@@ -7,9 +7,9 @@
 \paper { ragged-right = ##t }
 
 \new PianoStaff <<
-        \new Staff = "rh" \relative c'' {
+        \new Staff = "rh" \relative {
                 \time 6/8
-                bes16 c d
+                bes'16 c d
                 \change Staff = lh
                 \stemUp bes a g
                 \change Staff = rh
         \new Staff = "lh" \relative c' {
                 s2.
         }
->>
\ No newline at end of file
+>>
+
+\new PianoStaff <<
+        \new Staff = "rh" \relative {
+                \time 6/8
+                bes'16 c d
+                \change Staff = lh
+                \stemUp bes a g
+                \change Staff = rh
+                \stemDown bes c d
+                \change Staff = lh
+                \clef bass
+                \stemUp ces, a g
+
+        }
+        \new Staff = "lh" \relative c' {
+                s2.
+        }
+>>