]> 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 375987844685a246dee7e7f62fe1fde1421d8faa..289b5ad01891e9f510a05329d4552abd374613d9 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.7.18"
+
+\version "2.14.0"
 
 \header{
-texidoc="
-beams should look the same
+  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
 }