X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-name.scm;h=29ec16fc805d24ccc0cb8b57245f9d5df19eb7c5;hb=acae40c266a7df9b4882f937c733745c803ac9e4;hp=52ae72b2cb6298cfc445529d7fa1770d5e95c631;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 52ae72b2cb..29ec16fc80 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -169,4 +169,4 @@ FOOBAR-MARKUP) if OMIT-ROOT is given and non-false. (let* ((elts (filter is-event-chord? (ly:music-property seq 'elements))) (alist (map chord-to-exception-entry elts))) - (filter (lambda (x) (cdr x)) alist))) + (filter cdr alist)))