]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/dynamic-switch.ly
patch::: 1.5.5.jcn3
[lilypond.git] / input / bugs / dynamic-switch.ly
index 543ffa9a40bd7e12f4e196ae016836eb1d6b4735..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,20 +0,0 @@
-\score{
-       \context Staff <
-               \context Voice=one \skip 1;
-               \context Voice=two \skip 1;
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
-                               c2 \clef bass; c2
-                               c2 c2
-                       }
-                       \context Thread=two \notes\relative c'' {
-                               b2 \< a4 () \! a
-                               a2 \> a4 () \! a
-                       }
-       >
-       \paper{
-               linewidth=140.\mm;
-       }
-}
-
-