X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-name.scm;h=29ec16fc805d24ccc0cb8b57245f9d5df19eb7c5;hb=926115ff42def8bc1ce767029e4f03c8072994ba;hp=4dd959bb5b47163e4b2c49bc85fe8bc3708343a5;hpb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;p=lilypond.git diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 4dd959bb5b..29ec16fc80 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2014 Jan Nieuwenhuizen +;;;; Copyright (C) 2000--2015 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -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)))