X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-generic-names.scm;h=f7ba6b4edf220fb931428d0c967a7493ffd3c178;hb=cfb3105646db41346c7739ff8f8bc089b4c66c84;hp=c366a70b544925abd1543ae43e763383f942822f;hpb=bd751630011a6fbfcf069ec1fc41a8eaed8a6b87;p=lilypond.git diff --git a/scm/chord-generic-names.scm b/scm/chord-generic-names.scm index c366a70b54..f7ba6b4edf 100644 --- a/scm/chord-generic-names.scm +++ b/scm/chord-generic-names.scm @@ -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)))))))