]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/different-time.ly
patch::: 1.5.5.jcn3
[lilypond.git] / input / bugs / different-time.ly
index 2db2460f2b7e13428ad508eaaecff4cd4956a53c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,33 +0,0 @@
-\version "1.3.148"
-
-\header {
-texidoc = " Spacing for one staff in polymetric music should
-be not hampered by a staff in another time signature."
-}
-
-\score{
-    \context PianoStaff <
-        \context Staff = upper \notes\relative c''{
-           \property Staff.timeSignatureFraction = #'(3 . 4)
-           c4 c c
-           c2.
-                   
-        }
-        \context Staff = lower \notes\relative c' {
-           \property Staff.timeSignatureFraction = #'(4 . 4)
-           c4 c c c
-           c1
-        }
-    > 
-    \paper{
-       linewidth=-1.0
-       \translator {
-           \ScoreContext
-           \remove Timing_engraver
-       }
-       \translator {
-           \StaffContext
-           \consists Timing_engraver
-       }
-    }
-}