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