]> git.donarmstrong.com Git - lilypond.git/blob - input/test/timing.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / timing.ly
1 \version "1.7.18"
2 % possible rename to bar-something.
3
4 \header{ texidoc = "@cindex Bar Length
5 You can alter the length of bars in a number of ways. "
6 }
7
8 \score { 
9   \context Voice \notes\relative c {
10     
11         
12         % \property Score. measurePosition = #(ly:make-moment -1 4)
13         \partial 4
14         c''4 c4 c4 c2 c1
15         \cadenzaOn  c8-[ d e f]  g-[ a b c b c b c]
16         \cadenzaOff
17         c4 c4 c4 c4
18         \property Score. measureLength = #(ly:make-moment 5 4)
19         
20         c1 c4
21         c1 c4 
22         c4 c4
23         \property Score. measurePosition = #(ly:make-moment -3 8)
24         b8 b b
25         c4 c1
26         
27   }
28   \paper { raggedright= ##t}  
29 }
30