]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-length.ly
index e7c51165a56f9f49e5f7613853cffea9e8782d5d..289b5ad01891e9f510a05329d4552abd374613d9 100644 (file)
@@ -1,17 +1,15 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.14.0"
 
 \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 c {
+  d''8[ d d]  d[ g d]
+  c c
 }