]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
clarify slightly.
[lilypond.git] / input / regression / beams.ly
index 91a03fd62fa6a3a821c98c72c7b3af77c822fdb1..1a7f549444ae23b990454e0ec67ef604c0f4852f 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.18"
+
+\version "2.6.0"
 \header {
-    texidoc = "beams (simple)"
+    texidoc = "Beaming can be also given explicitly."
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
-\score { \notes
+\score { 
 \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]
 
     }}