]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beams.ly
index 8bf90d6b7ef724ead4c9c3430dbc0f657cc42c9d..ebb3bbf501d68e241c38ded40e24c08834c5f7bb 100644 (file)
@@ -1,13 +1,16 @@
-\version "1.5.68"
+
+\version "2.16.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]
+{
+  c16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
 
-    }}
+}