]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beams.ly
index a4df9cd8a032ff9da78b51ebec2197f9380220d5..59e5eac256912b6b0032fc91e9f7a3f5a76ed8da 100644 (file)
@@ -1,17 +1,16 @@
 
-\version "2.2.0"
+\version "2.19.21"
 \header {
     texidoc = "Beaming can be also given explicitly."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes
-\relative c'
-        {
-        c16[ c8.]
-        c8.[ c16]
-        c8[ c16 c16 c8]
-        c8[ c16 e16 g8]
+\relative
+{
+  c'16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
 
-    }}
+}