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