]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
5880a5246dc859da1eb8613f2759da2d5547744b
[lilypond.git] / input / regression / rest-pitch.ly
1 \header {
2
3 texidoc = "Rests can have pitches--these will be affected by
4 transposition and relativization. If a rest has a pitch, rest
5 collision will leave it alone."
6
7 }
8
9 \score { \notes\relative c'' 
10 {
11    a4\rest b4\rest c4\rest
12
13 <d \\  d\rest^"rest pitch" >
14 <d \\  r> 
15 }
16 }