]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beams.ly
index 620596916c3987a56344849b2462574f3f904d5b..bf972b961e7e845bb3b99444e56b8e611e6d690d 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.7.18"
+
+\version "2.14.0"
 \header {
-    texidoc = "beams (simple)"
+    texidoc = "Beaming can be also given explicitly."
 }
-\score { \notes
+
+\layout { ragged-right= ##t }
+
 \relative c'
-        {
-        c16-[ c8.]
-        c8.-[ c16]
-        c8-[ c16 c16 c8]
-        c8-[ c16 e16 g8]
-
-    }}
-%% new-chords-done %%
\ No newline at end of file
+{
+  c16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
+
+}