X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-names.scm;h=27f4314bfb3147cff75c0f18dfe1dc7ce922fe47;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=ce6e539944a3390584a13d894f9519dc6ea7f7af;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/scm/chord-names.scm b/scm/chord-names.scm index ce6e539944..27f4314bfb 100644 --- a/scm/chord-names.scm +++ b/scm/chord-names.scm @@ -330,7 +330,7 @@ ;; parts, complete the missing user-override matched part with normal ;; chord to be name-calculated. ;; -(define (chord::user-name style pitches base-and-inversion) +(define (default-chord-name-function style pitches base-and-inversion) ;(display "pitches:") (display pitches) (newline) ;(display "style:") (display style) (newline) ;(display "b&i:") (display base-and-inversion) (newline)