]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / beams.ly
index fe2c270729dda14dd38b0b45807c87a54d508cd6..59e5eac256912b6b0032fc91e9f7a3f5a76ed8da 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.5.68"
+
+\version "2.19.21"
 \header {
-    texidoc = "beams (simple)"
+    texidoc = "Beaming can be also given explicitly."
+}
+
+\layout { ragged-right= ##t }
+
+\relative
+{
+  c'16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
+
 }
-\score { \notes
-\relative c'
-        {
-       [c16 c8.]
-       [c8. c16]
-       [c8 c16 c16 c8]
-       [c8 c16 e16 g8]
-
-    }}
-%% new-chords-done %%
\ No newline at end of file