]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beam-length.ly
index f9c7d5ffbfdfc9077f61dca0bbc3a8394956370a..31035bb691f4932a5626ce4933081cf1b764549a 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.1.28"
+\version "2.10.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
 }