]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add parameter for
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 5 Jun 2003 20:13:39 +0000 (20:13 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 5 Jun 2003 20:13:39 +0000 (20:13 +0000)
ignatzekExceptions.  Quote hash in docstring.

ChangeLog
input/regression/chord-name-exceptions.ly

index 494ffdb1ec30675ce1233a9b084c5910c08058b4..5c40b3af45848a5759c868c0ae8761c07bf2686c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/chord-name-exceptions.ly: Add parameter for
+       ignatzekExceptions.  Quote hash in docstring.
+
 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-indent.el (show-paren-function): define show-paren-function
index 08e0e5f7f576eae4198189781562714ef698f562..d4aa9c8db93fbfd20613b458d3b3325008dddf07 100644 (file)
@@ -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 {