]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Merge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beams.ly
index fe2c270729dda14dd38b0b45807c87a54d508cd6..cc9705e04a5899bc0746dc83008690384aae63b0 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.5.68"
+
+\version "2.10.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]
+
+}