]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
*** empty log message ***
[lilypond.git] / input / regression / rest-pitch.ly
1 \version "1.7.6"
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
6 collision will leave it alone."
7
8 }
9
10 \score { \notes\relative c'' 
11 {
12    a4\rest b4\rest c4\rest
13
14 <d \\  d\rest^"rest pitch" >
15 <d \\  r> 
16 }
17 }
18 %% new-chords-done %%