X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=c5ce21c008cb2ac097646aa7a9ec7b383df4104d;hb=e404fc552f975ad85360b50186f9fb689bd120e9;hp=7ad5a77cf165c60e274dfc9ef36c2e080df621ad;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 7ad5a77cf1..c5ce21c008 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.4" +\version "2.16.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] + } +