X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=e1abe1c24af9034b037f0c84059f25e3c92f6af4;hb=48545ba23847c7a5b8ab42bc2b25b18dcdf39c43;hp=ca4e0f90669f3e704b05215bd7711dfed430b6ee;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index ca4e0f9066..e1abe1c24a 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,21 +1,23 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" +\version "2.14.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." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \notes\relative c'' +\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] + } +