lilypond-1.5.14
[lilypond.git] / input / bugs / different-time.ly
blob2db2460f2b7e13428ad508eaaecff4cd4956a53c
1 \version "1.3.148"
3 \header {
4 texidoc = " Spacing for one staff in polymetric music should
5 be not hampered by a staff in another time signature."
8 \score{
9 \context PianoStaff <
10 \context Staff = upper \notes\relative c''{
11 \property Staff.timeSignatureFraction = #'(3 . 4)
12 c4 c c
13 c2.
16 \context Staff = lower \notes\relative c' {
17 \property Staff.timeSignatureFraction = #'(4 . 4)
18 c4 c c c
22 \paper{
23 linewidth=-1.0
24 \translator {
25 \ScoreContext
26 \remove Timing_engraver
28 \translator {
29 \StaffContext
30 \consists Timing_engraver