]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest.ly
*** empty log message ***
[lilypond.git] / input / regression / rest.ly
1 \version "2.1.28"
2
3 \header{
4 texidoc="
5 There is a big variety of rests.  Note that the dot of 8th, 16th and 32nd 
6 rests rest should be next to the top of the rest.  All rests except the 
7 whole rest are centered on the middle staff line.
8 "
9 }
10
11
12         \score { \notes {
13         \time 4/4
14 r \longa * 1/4  r\breve * 1/2 
15 r1 r2 r4 r8 r16 r32 r64 r128 r128
16 \time 6/4
17 r1. r2. r4. r8. r16. r32. r64. r128. r128.
18 }}
19