]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
release commit
[lilypond.git] / input / regression / beams.ly
index 634c0eca19600cd73ca4023542f2745c994e7d28..e1f8fb16993772d7fa8b7dfa2b356ea1247df232 100644 (file)
@@ -1,12 +1,16 @@
+
+\version "2.8.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]
 
-    }}
+}