2003-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
+ * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
+
* input/ac-extra-voice.ly: Add texidoc.
* ly/chord-modifiers-init.ly:
(ly:export
(case sym
- ((ignatzek) (chord-name-style-setter ignatzek-chord-names))
+ ((ignatzek) (chord-name-style-setter ignatzek-chord-names 'foobar))
((banter) (chord-name-style-setter double-plus-new-chord->markup 'banter))
((jazz) (chord-name-style-setter double-plus-new-chord->markup 'jazz)))))