]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rest-pitch.ly
index 5434a169e4e68a81ac8da96a1d4b077baa7c2e8c..93a9531558a0be579bde069fd2f0823f4d37cc63 100644 (file)
@@ -1,21 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.14.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."
 
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes\relative c'' 
+\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] 
+  
 }
 
+