]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quanting-horizontal.ly
Web-ja: update introduction
[lilypond.git] / input / regression / beam-quanting-horizontal.ly
index f66994b52da26e4e169c8b3fc5e351e726fd598c..e1645529e604b0cd1926a5c3ff95b3920be125e6 100644 (file)
@@ -1,29 +1,26 @@
 
-\version "1.9.8"
+\version "2.19.21"
 
 \header{
 
-    texidoc = "Test beam quant positions for horizontal beams.  Staff
-lines should be covered in all cases. For 32nd beams, the free stem
+    texidoc = "In this test for beam quant positions for horizontal beams,
+staff lines should be covered in all cases. For 32nd beams, the free stem
 lengths are between 2 and 1.5."
 
 }
 
-\score{
-       \notes\relative c' { 
-                c8[ c]  a''[ a]
-                a,[ a]  c[ c]
-                d,8[ d]  g'[ g]
-                g,[ g]  d'[ d]
-                c,16[ c]  a''[ a]
-                a,[ a ]  c[ c]
-               \break
-                c,32[  c]  a''[ a]
-                f,[ f]  e'[ e]
-                c,64[ c]  a''[ a]
-                f,[ f]  e'[ e]
-               \break
-       }
+\relative { 
+  c'8[ c]  a''[ a]
+  a,[ a]  c[ c]
+  d,8[ d]  g'[ g]
+  g,[ g]  d'[ d]
+  \break
+  c,16[ c]  a''[ a]
+  a,[ a ]  c[ c]
+  c,32[  c]  a''[ a]
+  f,[ f]  e'[ e]
+  c,64[ c]  a''[ a]
+  f,[ f]  e'[ e]
 }