]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-pitch.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / rest-pitch.ly
index 3269b8996fd3a84eaa7b06f8b6fba1bef69987ec..73529660d26ce6704d67b8efa246e83345d71c09 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.1.7"
+\version "2.19.21"
 \header {
 
-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."
+  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'' 
-        {
-            a4\rest b4\rest c4\rest
+\relative 
+{
+  a'4\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] 
-            
-        }
-     }