X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-generic-names.scm;h=d1c8005c4a6dd583b45ddbc1a3d1646098eb34b0;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=c366a70b544925abd1543ae43e763383f942822f;hpb=bd751630011a6fbfcf069ec1fc41a8eaed8a6b87;p=lilypond.git diff --git a/scm/chord-generic-names.scm b/scm/chord-generic-names.scm index c366a70b54..d1c8005c4a 100644 --- a/scm/chord-generic-names.scm +++ b/scm/chord-generic-names.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2003--2012 Jan Nieuwenhuizen +;;;; Copyright (C) 2003--2015 Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -226,15 +226,15 @@ See @file{double-plus-new-chord-name.scm} for the signature of @var{style}. partial-markup-prefix (make-normal-size-super-markup (markup-join - (apply append - (map step->markup - (append altered - (if (and (> (step-nr highest) 5) - (not - (step-even-or-altered? highest))) - (list highest) '()))) - (list partial-markup-suffix) - (list (map sub->markup missing))) + (append + (map step->markup + (append altered + (if (and (> (step-nr highest) 5) + (not + (step-even-or-altered? highest))) + (list highest) '()))) + (list partial-markup-suffix) + (map sub->markup missing)) sep)))))))