X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=c30f403dd46e04007d3543091d617261caa32d85;hb=837039eaeba8d19517a0ef313fba711187dc0012;hp=0331dd78619a460f58eec338eeceb873ab4f332e;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 0331dd7861..c30f403dd4 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,18 +1,23 @@ -\version "1.7.18" +\version "2.10.0" \header { -texidoc = "Rests can have pitches--these will be affected by -transposition and relativization. If a rest has a pitch, rest -collision will leave it alone." + texidoc = "Rests can have pitches--these will be affected by +transposition and relativization. If a rest has a pitch, rest/rest and +beam/rest collision resolving will leave it alone." } -\score { \notes\relative c'' +\layout { ragged-right= ##t } + +\relative c'' { - a4\rest b4\rest c4\rest + a4\rest b4\rest c4\rest - - -} + <> + <> + c16 [ d r e] + c16 [ d e\rest^"rest pitch" e] + } +