]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave-chord.ly
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / input / regression / beam-concave-chord.ly
index 9eeaa955468d391a3ed34dbbd5e04135628b5a1e..5d3aa7c1ce986cd5d91eb450b454a4de6865b94c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.14.0"
 \header {
 texidoc = "Concave beaming works for chords as well as monophonic
 music.
@@ -35,22 +35,12 @@ nonHorizontalBeams = {
 
 % cut & paste from beam-concave.ly
 
-#(define (<> x y) (not (= x  y)))
+#(define (<> x y) (not (= x y)))
 mustBeHorizontal = {
-  \override Staff.Beam #'positions =
-    #(ly:make-simple-closure
-      (ly:make-simple-closure
-       (append
-        (list chain-grob-member-functions `(,cons 0 0))
-        (check-slope-callbacks =))))
+  \override Staff.Beam #'positions = #(check-slope-callbacks =)
 }
 mustNotBeHorizontal = {
-  \override Staff.Beam #'positions =
-    #(ly:make-simple-closure
-      (ly:make-simple-closure
-       (append
-        (list chain-grob-member-functions `(,cons 0 0))
-        (check-slope-callbacks <>))))
+  \override Staff.Beam #'positions = #(check-slope-callbacks <>)
 }
 
 \new Voice {