]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
e1abe1c24af9034b037f0c84059f25e3c92f6af4
[lilypond.git] / input / regression / rest-pitch.ly
1 \version "2.14.0"
2 \header {
3
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."
7
8 }
9
10 \layout { ragged-right= ##t }
11
12 \relative c'' 
13 {
14   a4\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