]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / beams.ly
index 0c0e62aca285ddc5a25342e39147f306071b58de..59e5eac256912b6b0032fc91e9f7a3f5a76ed8da 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.7.6"
+
+\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