From 9d093f92d39e19a1d2d0d99f14c10247d10e03e3 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 5 Jun 2003 20:13:39 +0000 Subject: [PATCH] Add parameter for ignatzekExceptions. Quote hash in docstring. --- ChangeLog | 5 +++++ input/regression/chord-name-exceptions.ly | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 { -- 2.39.5