]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
(conv): dashes rule.
[lilypond.git] / input / regression / rest-pitch.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header {
4
5 texidoc = "Rests can have pitches--these will be affected by
6 transposition and relativization. If a rest has a pitch, rest
7 collision will leave it alone."
8
9 }
10
11     \paper { raggedright= ##t }
12
13 \score { \notes\relative c'' 
14 {
15    a4\rest b4\rest c4\rest
16
17 <d \\  d\rest^"rest pitch" >
18 <d \\  r> 
19 }
20 }
21