]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
Revert "Update version on input/regression/note-names.ly"
[lilypond.git] / input / regression / rest-pitch.ly
index 1d8a89a8ca540b971431acde1b934a0d0d10126c..a413b7f4ca907b2a531a8b8668cc691a2120afca 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.4.0"
+\version "2.12.0"
 \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 { ragged-right= ##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] 
-            
-        }
-     }