]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / rest.ly
1 \version "2.12.0"
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 \paper { ragged-right = ##t } 
12
13 {
14   \time 4/4
15   r \longa * 1/4  r\breve * 1/2 
16   r1 r2 r4 r8 r16 r32 r64 r128 r128
17   \time 6/4
18   r1. r2. r4. r8. r16. r32. r64. r128. r128.
19 }
20