X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=c5ce21c008cb2ac097646aa7a9ec7b383df4104d;hb=205b8c57c9d2ff16adfa82bad73965a3e90645a5;hp=df13666728b596cbde19a12bc0800aebf25128e4;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index df13666728..c5ce21c008 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,23 +1,23 @@ -\version "2.3.16" +\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 { \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] - - } - }