]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
* mf/feta-toevallig.mf: tweak for bottom of flat sign.
[lilypond.git] / scm / chord-entry.scm
index f71ff585036279b7eac8d1b195320f338eda1694..6b047797ffb851abe08bb6ad4e61f4632b0aaa90 100644 (file)
@@ -113,8 +113,8 @@ the bass specified.
                           (ly:pitch-alteration inversion))
                        )))
                 
-          (rest-of-chord (filter-out-list inv? complete-chord))
-          (inversion-candidates (filter-list inv? complete-chord))
+          (rest-of-chord (remove inv? complete-chord))
+          (inversion-candidates (filter inv? complete-chord))
           (down-inversion (pitch-octavated-strictly-below inversion root))
           )