]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 10 Jun 2003 17:54:11 +0000 (17:54 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 10 Jun 2003 17:54:11 +0000 (17:54 +0000)
ChangeLog
scm/chord-name.scm

index 9681a1f7d41dfdff1fd37d6940fe634d85633cae..1bf8173c3869308608957f8def613d54f5b9d526 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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: 
index ca25f36cf433c22d7938b16c53b02085de66fd24..9814f04c37f9dc883a0b22b0f441cffcd038d6c3 100644 (file)
@@ -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)))))