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