]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / beam-length.ly
index d3242c0352908af8b749b8b127e44bb67d626a06..c1603fecd07b91a5f2a61f66bec6de1e8bee0790 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "1.9.1"
+\version "2.19.21"
 
 \header{
-texidoc="
+  texidoc="
 Beams should look the same.
 "
 }
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-    
-\score { 
-  \context Voice \notes\relative c {
-                        d''8[ d d]  d[ g d]
-                       c c
-  }
+
+\context Voice \relative {
+  d''8[ d d]  d[ g d]
+  c c
 }