X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-pitch.ly;h=93a9531558a0be579bde069fd2f0823f4d37cc63;hb=4a03918c90866800b208ad12ffc019f577c8ab83;hp=e864dade123c20f27576ead89e6707b71cac13bf;hpb=8d7a55721e3305f745c0b24c367de002dd197825;p=lilypond.git diff --git a/input/regression/rest-pitch.ly b/input/regression/rest-pitch.ly index e864dade12..93a9531558 100644 --- a/input/regression/rest-pitch.ly +++ b/input/regression/rest-pitch.ly @@ -1,16 +1,23 @@ +\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 -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'' \apply #voicify-music +\layout { ragged-right= ##t } + +\relative c'' { - a4\rest b4\rest c4\rest + a4\rest b4\rest c4\rest - - -} + <> + <> + c16 [ d r e] + c16 [ d e\rest^"rest pitch" e] + } + +