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