]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Merge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beams.ly
index 675ca37520e7117590d11e4de59db412103b8d54..cc9705e04a5899bc0746dc83008690384aae63b0 100644 (file)
@@ -1,17 +1,16 @@
 
-\version "2.3.4"
+\version "2.10.0"
 \header {
     texidoc = "Beaming can be also given explicitly."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { 
 \relative c'
-        {
-        c16[ c8.]
-        c8.[ c16]
-        c8[ c16 c16 c8]
-        c8[ c16 e16 g8]
+{
+  c16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
 
-    }}
+}