X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=73529660d26ce6704d67b8efa246e83345d71c09;hb=31059902570b531abd4cb21fc78ee2b5cc9395e7;hp=5880a5246dc859da1eb8613f2759da2d5547744b;hpb=3db71772f5cb820c233448af50042872d065647f;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index 5880a5246d..73529660d2 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,16 +1,23 @@ +\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 -collision 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." } -\score { \notes\relative c'' +\layout { ragged-right= ##t } + +\relative { - a4\rest b4\rest c4\rest + a'4\rest b4\rest c4\rest - - -} + <> + <> + c16 [ d r e] + c16 [ d e\rest^"rest pitch" e] + } + +