From: janneke Date: Thu, 5 Jun 2003 20:13:39 +0000 (+0000) Subject: Add parameter for X-Git-Tag: release/1.7.25~182 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e0e30ec1bd581cd8373857d8b569646bdd350ae5;p=lilypond.git Add parameter for ignatzekExceptions. Quote hash in docstring. --- diff --git a/ChangeLog b/ChangeLog index 494ffdb1ec..5c40b3af45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-05 Jan Nieuwenhuizen + + * input/regression/chord-name-exceptions.ly: Add parameter for + ignatzekExceptions. Quote hash in docstring. + 2003-06-06 Heikki Junes * lilypond-indent.el (show-paren-function): define show-paren-function diff --git a/input/regression/chord-name-exceptions.ly b/input/regression/chord-name-exceptions.ly index 08e0e5f7f5..d4aa9c8db9 100644 --- a/input/regression/chord-name-exceptions.ly +++ b/input/regression/chord-name-exceptions.ly @@ -10,7 +10,7 @@ into @code{chordNameExceptions} takes a little manoeuvring. The following code transforms @code{chExceptionMusic} (which is a sequential music) into a list of exceptions. @example - (sequential-music-to-chord-exceptions chExceptionMusic) + (sequential-music-to-chord-exceptions chExceptionMusic \#t) @end example Then, @example @@ -28,7 +28,7 @@ chExceptionMusic = \notes { % add to existing exceptions. chExceptions = #(append - (sequential-music-to-chord-exceptions chExceptionMusic) + (sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions) theMusic = \chords {