X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest.ly;h=ea2b4a3f6118be595647aad939daa26ee9e4fdbf;hb=31059902570b531abd4cb21fc78ee2b5cc9395e7;hp=c04bc73f4e8b62a3b97c3e5f90808f1817a41655;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/regression/rest.ly b/input/regression/rest.ly index c04bc73f4e..ea2b4a3f61 100644 --- a/input/regression/rest.ly +++ b/input/regression/rest.ly @@ -1,18 +1,20 @@ -\version "1.5.68" +\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. -}}