]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef3.ly
Prevent accidentals and articulations from moving over leftmost NonMusicalPaperColumns.
[lilypond.git] / input / regression / spacing-folded-clef3.ly
index 465dc30ab0eff0af1b1b2a9e3cf3aafe312e6981..a428a4e4f72c3c9bdf2c0b52101b73f6819aebef 100644 (file)
         \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.
+        }
+>>