X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-entry.scm;h=b703e5e630a0680e676e5b0de04d85b1334d3125;hb=4a28eb71bfc9974f5cf1340c466cb41fd92196bb;hp=ccfa0877d0c604b03e95b96f8476b7214fc7dcb4;hpb=42c8f04fe971525561dde0ee757ffebe3e6c0703;p=lilypond.git diff --git a/scm/chord-entry.scm b/scm/chord-entry.scm index ccfa0877d0..b703e5e630 100644 --- a/scm/chord-entry.scm +++ b/scm/chord-entry.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004 Han-Wen Nienhuys +;;;; (c) 2004--2006 Han-Wen Nienhuys (define-public (construct-chord root duration modifications) " Build a chord on root using modifiers in MODIFICATIONS. NoteEvent @@ -206,7 +206,7 @@ DURATION, and INVERSION." (define (sus-modifier pitches) (remove-step (pitch-step (ly:make-pitch 0 2 0)) pitches)) -(define-public default-chord-modifier-list +(define-safe-public default-chord-modifier-list `((m . ,minor-modifier) (min . ,minor-modifier) (aug . , aug-modifier)