]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-concave.ly
index d47a9b1cbbdb18c3c414e81db8be52737992b2bc..6643e38cef9c314ef979e19539f27999a6479b75 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 \header{
 
   texidoc = "Fully concave beams should be horizontal. Informally spoken,
@@ -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
   
 }