]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / rest-pitch.ly
index 6219411ab91c2fcd54305ff7a0b15cb7f64ed5f4..ec0e8ecb99e6529fc7802407c508bbc65e282a07 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.6"
+\version "2.3.22"
 \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."
 
 }
 
-\score { \notes\relative c'' 
-{
-   a4\rest b4\rest c4\rest
+    \layout { raggedright= ##t }
+
+\score { \relative c'' 
+        {
+            a4\rest b4\rest c4\rest
+
+            <<d \\  d\rest^"rest pitch" >>
+            <<d \\  r>>
+            c16 [ d r e] 
+            c16 [ d e\rest^"rest pitch" e] 
+            
+        }
+     }
 
-<d \\  d\rest^"rest pitch" >
-<d \\  r> 
-}
-}
-%% new-chords-done %%