X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest.ly;h=49656162bd51f2aaba140fcf6b42198fb1a41fd2;hb=ba8eee4036ebb86c32f23c784adcf3bf2ef5fe3b;hp=9b6b0545305deb81e6b8c2d624d0d4a5ae873d44;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/rest.ly b/input/regression/rest.ly index 9b6b054530..49656162bd 100644 --- a/input/regression/rest.ly +++ b/input/regression/rest.ly @@ -1,18 +1,20 @@ -\version "1.3.146" +\version "2.12.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. -}}