X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=e1abe1c24af9034b037f0c84059f25e3c92f6af4;hb=6fe9b28af892504dbe81a4b368780eac16000c76;hp=3269b8996fd3a84eaa7b06f8b6fba1bef69987ec;hpb=f425229f3869b6cce39f8d61584e38109f4bdaa1;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 3269b8996f..e1abe1c24a 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,23 +1,23 @@ -\version "2.1.7" +\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/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] - - } - }