]> 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 ed94152b5ae8f52f694065fd28f3551b3d4af701..a428a4e4f72c3c9bdf2c0b52101b73f6819aebef 100644 (file)
                 s2.
         }
 >>
+
+\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.
+        }
+>>