]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-pitch.ly
release commit
[lilypond.git] / input / regression / rest-pitch.ly
1 \version "2.1.30"
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     \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              c16 [ d r e] 
19              c16 [ d e\rest^"rest pitch" e] 
20              
21          }
22      }
23