]> git.donarmstrong.com Git - lilypond.git/blob - input/test/timing.ly
lilypond-1.3.135
[lilypond.git] / input / test / timing.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     
5         
6         % \property Score. measurePosition = #(make-moment -1 4)
7         \partial 4;
8         c''4 c4 c4 c2 c1
9         \cadenzaOn [c8 d e f] [g a b c b c b c]
10         \cadenzaOff
11         c4 c4 c4 c4
12         \property Score. measureLength = #(make-moment 5 4)
13         
14         c1 c4
15         c1 c4 
16         c4 c4
17         \property Score. measurePosition = #(make-moment -3 8)
18         b8 b b
19         c4 c1
20         
21   }
22   \paper { }  
23   \midi { }
24 }