]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / rest-pitch.ly
1 \version "1.7.18"
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     \paper { raggedright= ##t }
11
12 \score { \notes\relative c'' 
13 {
14    a4\rest b4\rest c4\rest
15
16 <d \\  d\rest^"rest pitch" >
17 <d \\  r> 
18 }
19 }
20