]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / chord-entry.scm
index ccfa0877d0c604b03e95b96f8476b7214fc7dcb4..b703e5e630a0680e676e5b0de04d85b1334d3125 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (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)