]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/auto-beam.scm
Use correct lilypond version for regtests...
[lilypond.git] / scm / auto-beam.scm
index 1e77399b06df0ceec87f7c774fdab2799f490a9b..784590ab5f87d1afac4c5f5cf0b7e29f5c203b45 100644 (file)
@@ -85,4 +85,4 @@
                 ;; start/end at beginning of measure
                 (= (ly:moment-main-numerator pos) 0)
                 ;; end if measure-pos matches a specified ending moment
-                (member measure-pos grouping-moments)))))))
+                (member pos grouping-moments)))))))