1\version "2.19.21"
2\header {
3
4  texidoc = "Rests can have pitches -- these will be affected by
5transposition and relativization.  If a rest has a pitch, rest/@/rest and
6beam/@/rest collision resolving will leave it alone."
7
8}
9
10\layout { ragged-right= ##t }
11
12\relative
13{
14  a'4\rest b4\rest c4\rest
15
16  <<d \\  d\rest^"rest pitch" >>
17  <<d \\  r>>
18  c16 [ d r e]
19  c16 [ d e\rest^"rest pitch" e]
20
21}
22
23
24