X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frest-pitch.ly;h=c5ce21c008cb2ac097646aa7a9ec7b383df4104d;hb=6a3232e75d94f1b0c72c2fc986bc2c65d7e51823;hp=4a4ed7d0520557fb6d68e5de5094b9065c8922e5;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 4a4ed7d052..c5ce21c008 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,23 +1,23 @@ -\version "2.1.30" +\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/rest and -beam/rest collision resolving 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'' - { - a4\rest b4\rest c4\rest +\relative c'' +{ + a4\rest b4\rest c4\rest + + <> + <> + c16 [ d r e] + c16 [ d e\rest^"rest pitch" e] + +} - <> - <> - c16 [ d r e] - c16 [ d e\rest^"rest pitch" e] - - } - }