X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest.ly;h=ea2b4a3f6118be595647aad939daa26ee9e4fdbf;hb=6a3232e75d94f1b0c72c2fc986bc2c65d7e51823;hp=cc9e91ffdf806477cf6d3d5ba78219781cde6e2b;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/rest.ly b/input/regression/rest.ly index cc9e91ffdf..ea2b4a3f61 100644 --- a/input/regression/rest.ly +++ b/input/regression/rest.ly @@ -1,17 +1,20 @@ +\version "2.16.0" \header{ -texidoc=" -Rests. Note that the dot of 8th, 16th and 32nd rests rest should be -next to the top of the rest. All rests except the whole rest are -centered on the middle staff line. -"; + texidoc=" +There is a big variety of rests. Note that the dot of 8th, 16th and 32nd +rests rest should be next to the top of the rest. All rests except the +whole rest are centered on the middle staff line. +" } +\paper { ragged-right = ##t } + +{ + \time 4/4 + r \longa * 1/4 r\breve * 1/2 + r1 r2 r4 r8 r16 r32 r64 r128 r128 + \time 6/4 + r1. r2. r4. r8. r16. r32. r64. r128. r128. +} - \score { \notes { - \time 4/4; -r \longa * 1/4 r\breve * 1/2 -r1 r2 r4 r8 r16 r32 r64 r128 r128 -\time 6/4; -r1. r2. r4. r8. r16. r32. r64. r128. r128. -}}