]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correct broken regression test.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 6 Mar 2009 01:23:51 +0000 (01:23 +0000)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 07:42:24 +0000 (00:42 -0700)
(cherry picked from commit ad264e909d2e6fce9b2cf25aa6a63f5877e7d8a5)

input/regression/beam-default-lengths.ly

index 42a9350464fe2e326a0da67227844460db4a62f3..9ec0c2bb1b90c16e09fd58bd660c538e9d0e4fd6 100644 (file)
@@ -1,13 +1,12 @@
-\layout{ ragged-right = ##t}
-
 \version "2.12.0"
 
-\header{
-  texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
+\header {
+  texidoc = "Beamed stems have standard lengths if possible.  Quantization
+is switched off in this example."
 }
 
-\relative c'{
-  \override Beam #'position =
+\relative c' {
+  \override Beam #'positions =
   #(ly:make-simple-closure
     (ly:make-simple-closure
      (list chain-grob-member-functions
@@ -15,8 +14,7 @@
       ly:beam::calc-least-squares-positions
       ly:beam::slope-damping
       ly:beam::shift-region-to-valid
-      ly:beam::set-stem-lengths
     )))
 
-  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
 }