]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / rest-pitch.ly
index 00ddc147030c3331cda3e23aba56ea3f850cb238..1d8a89a8ca540b971431acde1b934a0d0d10126c 100644 (file)
@@ -1,21 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.4.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."
+transposition and relativization. If a rest has a pitch, rest/rest and
+beam/rest collision resolving will leave it alone."
 
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
-\score { \notes\relative c'' 
-{
-   a4\rest b4\rest c4\rest
+\score { \relative c'' 
+        {
+            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] 
+            
+        }
+     }