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