]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beams.ly
index 60316726800c8a6bbb5bab0e98c8bbde2baf8c05..59e5eac256912b6b0032fc91e9f7a3f5a76ed8da 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.7.18"
+
+\version "2.19.21"
 \header {
-    texidoc = "Beams (simple)."
+    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]
 
-    }}
+}