]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
put \version check in test target.
[lilypond.git] / input / regression / rest-pitch.ly
index 0331dd78619a460f58eec338eeceb873ab4f332e..c30f403dd46e04007d3543091d617261caa32d85 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.18"
+\version "2.10.0"
 \header {
 
-texidoc = "Rests can have pitches--these will be affected by
-transposition and relativization. If a rest has a pitch, rest
-collision will leave it alone."
+  texidoc = "Rests can have pitches--these will be affected by
+transposition and relativization. If a rest has a pitch, rest/rest and
+beam/rest collision resolving will leave it alone."
 
 }
 
-\score { \notes\relative c'' 
+\layout { ragged-right= ##t }
+
+\relative c'' 
 {
-   a4\rest b4\rest c4\rest
+  a4\rest b4\rest c4\rest
 
-<d \\  d\rest^"rest pitch" >
-<d \\  r> 
-}
+  <<d \\  d\rest^"rest pitch" >>
+  <<d \\  r>>
+  c16 [ d r e] 
+  c16 [ d e\rest^"rest pitch" e] 
+  
 }
 
+