MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / rest-pitch.ly
bloba413b7f4ca907b2a531a8b8668cc691a2120afca
1 \version "2.12.0"
2 \header {
4 texidoc = "Rests can have pitches--these will be affected by
5 transposition and relativization. If a rest has a pitch, rest/rest and
6 beam/rest collision resolving will leave it alone."
10 \layout { ragged-right= ##t }
12 \relative c''
14 a4\rest b4\rest c4\rest
16 <<d \\ d\rest^"rest pitch" >>
17 <<d \\ r>>
18 c16 [ d r e]
19 c16 [ d e\rest^"rest pitch" e]