]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
release commit
[lilypond.git] / input / regression / beams.ly
index 675ca37520e7117590d11e4de59db412103b8d54..e1f8fb16993772d7fa8b7dfa2b356ea1247df232 100644 (file)
@@ -1,17 +1,16 @@
 
-\version "2.3.4"
+\version "2.8.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]
 
-    }}
+}