X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-name.scm;h=54faaa5ba7b2e157d118cfb14c2ec43727f90b4d;hb=058370efc7e9710f149d0f444328bb1fcd7bdec1;hp=c75d91ba97ceb43ca36f9e7b959629cbb6ce3ad2;hpb=44dd3acc534e7a534f846810b481c3f603eaa92e;p=lilypond.git diff --git a/scm/chord-name.scm b/scm/chord-name.scm index c75d91ba97..54faaa5ba7 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--2012 Jan Nieuwenhuizen +;;;; Copyright (C) 2000--2014 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -169,4 +169,3 @@ 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))) -