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