X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=2f95f90e4a7f5a430b242327dffcd6ba59f9a67a;hb=2c21449528741ee5afa42506a6083f70faf758bb;hp=1d8f61a84d732c845291c00a9e850700202069b1;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 1d8f61a84d..2f95f90e4a 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,23 +1,23 @@ -\version "2.3.4" +\version "2.7.39" \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." } - \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] - - } - }