]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / rest-pitch.ly
index bf5170cc27200a2ed769050cc9e9960f55847bba..7da5d7585c75be2f9a708228c9abcf05f65dc2c5 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.6.0"
+\version "2.7.13"
 \header {
 
-texidoc = "Rests can have pitches--these will be affected by
+  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."
 
 }
 
-    \layout { raggedright= ##t }
+\layout { raggedright= ##t }
 
-\score { \relative c'' 
-        {
-            a4\rest b4\rest c4\rest
+\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>>
-            c16 [ d r e] 
-            c16 [ d e\rest^"rest pitch" e] 
-            
-        }
-     }