]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-generic-names.scm
feta accidentals: split into several files
[lilypond.git] / scm / chord-generic-names.scm
index c366a70b544925abd1543ae43e763383f942822f..f7ba6b4edf220fb931428d0c967a7493ffd3c178 100644 (file)
@@ -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)))))))