]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rest-dot-positions.ly
2ce48b361aef070ad0215798403e5ccfeaae856c
[lilypond.git] / input / test / rest-dot-positions.ly
1 \version "1.7.18"
2
3 muz = \notes \relative c'' {
4     \time 6/1
5     r\longa r\breve |
6     r\longa. |
7     r\breve. r |
8     \time 3/1
9     r\breve r1 |
10     r\breve. |
11     r1. r |
12     \time 3/2
13     r1 r2 |
14     r1. |
15     r2. r |
16     \break
17     \time 3/4
18     r2 r4 |
19     r2. |
20     r4. r |
21     \time 3/8
22     r4 r8 |
23     r4. |
24     r8. r |
25     \time 3/16
26     r8 r16 |
27     r8. |
28     r16. r |
29     \break
30     \time 3/32
31     r16 r32 |
32     r16. |
33     r32. r |
34     \time 3/64
35     r32 r64 |
36     r32. |
37     r64. r |
38     \time 3/128
39     r64 r128 |
40     r64. |
41     r128. r |
42   }
43
44
45 \score {
46   \context Staff  {
47       \muz \break
48       <
49           \context Voice=one { \voiceOne \muz }
50           \context Voice=two { \voiceTwo \muz }
51       >
52   }
53 }
54 %% new-chords-done %%