From 213f97e621f51668659cf550b33614d42372c777 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 10 Jun 2003 17:54:11 +0000 Subject: [PATCH] * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek. --- ChangeLog | 2 ++ scm/chord-name.scm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9681a1f7d4..1bf8173c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-10 Jan Nieuwenhuizen + * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek. + * input/ac-extra-voice.ly: Add texidoc. * ly/chord-modifiers-init.ly: diff --git a/scm/chord-name.scm b/scm/chord-name.scm index ca25f36cf4..9814f04c37 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -154,6 +154,6 @@ inline use in .ly file" (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))))) -- 2.39.5