]> git.donarmstrong.com Git - lilypond.git/blob - input/test/poly-metric.ly
7127428f10070779dea586531320f060d81326c4
[lilypond.git] / input / test / poly-metric.ly
1 \header {
2     texidoc = "Polymetric music with aligned note values can be written
3  by moving the timing engraver to staff context."
4 }
5
6 \score {
7
8     \notes
9     <
10         \context Staff = SA
11         {
12             \time 4/4
13         c1 c1 c1
14         \bar "|."
15     }
16     \context Staff= SB {
17         \time 3/4
18         c2. c2.  c2. c2.
19         \bar "|."
20     }
21
22     >            
23
24     \paper{
25     \translator{ \ScoreContext
26     \remove "Timing_engraver" }
27     \translator{ \StaffContext
28     \consists "Timing_engraver"
29     \alias Timing
30 }
31 }
32 }
33 %% new-chords-done %%