]> 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 12620ac8786d292829b63e62c016bcad1eea58e3..cc9705e04a5899bc0746dc83008690384aae63b0 100644 (file)
@@ -1,13 +1,16 @@
-\version "1.7.18"
+
+\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]
+{
+  c16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
 
-    }}
+}