X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=7da5d7585c75be2f9a708228c9abcf05f65dc2c5;hb=39dd20959c8b3a143cfe41138a5c62749da54079;hp=bf5170cc27200a2ed769050cc9e9960f55847bba;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index bf5170cc27..7da5d7585c 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,23 +1,23 @@ -\version "2.6.0" +\version "2.7.13" \header { -texidoc = "Rests can have pitches--these will be affected by + 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." } - \layout { raggedright= ##t } +\layout { raggedright= ##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] - - } - }