]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-concave.ly
index a116f86f3be0f826d5c05faf9371e8a12566bedb..29edf9e7f36097467a02440e29a571999145eba0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.17.6"
 \header{
 
   texidoc = "Fully concave beams should be horizontal. Informally spoken,
@@ -6,7 +6,7 @@
   beam. If an up-beam has high notes on its center stems, then we call
   it concave.
 
-  If a beam is fails a test, the desired slope is printed next to it.
+  If a beam fails a test, the desired slope is printed next to it.
 
 " 
 }
@@ -58,11 +58,7 @@ rossBeams = \relative c'' {
 
 #(define (<> x y) (not (= x  y)))
 \new Voice {
-  \override Beam #'positions = #(ly:make-simple-closure
-                                (ly:make-simple-closure
-                                 (append
-                                  (list chain-grob-member-functions `(,cons 0 0))
-                                  (check-slope-callbacks =))))
+  \override Beam.positions = #(check-slope-callbacks =)
   \rossBeams
   
 }