]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef3.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-folded-clef3.ly
index 465dc30ab0eff0af1b1b2a9e3cf3aafe312e6981..74e4fc392a8afc4272c22314224edbd4eb0e0024 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc = "Voices that go back and forth between staves do not confuse the spacing engine."
         \new Staff = "lh" \relative c' {
                 s2.
         }
->>
\ No newline at end of file
+>>
+
+\new PianoStaff <<
+        \new Staff = "rh" \relative c'' {
+                \time 6/8
+                bes16 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.
+        }
+>>