]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix old unconverted syntax.
authorGraham Percival <graham@percival-music.ca>
Sat, 23 Sep 2006 20:21:56 +0000 (20:21 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 23 Sep 2006 20:21:56 +0000 (20:21 +0000)
ChangeLog
Documentation/user/programming-interface.itely

index 9ddb95692f9275387dbe7e82b90404c8a9054767..6afd20305c53efd793a455ab05fc570673923326 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-23  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/programming-iterfaces.itely: fix
+       def-music-function -> define-music... leftover.
+
 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
 
        * lily/page-spacing.cc (min_page_count): by running the loop
index 8b40fe3140c0d97a7504e935813989395414da7f..38dbbc0ae5e2e47795a5504d70c5d2dcba5c96ae 100644 (file)
@@ -593,7 +593,7 @@ have two notes to build the sequence), add @code{SlurEvents} to the
 @code{SequentialMusic} with the two @code{EventChords}.
 
 @example
-doubleSlur = #(def-music-function (parser location note) (ly:music?)
+doubleSlur = #(define-music-function (parser location note) (ly:music?)
          "Return: @{ note ( note ) @}.
          `note' is supposed to be an EventChord."
          (let ((note2 (ly:music-deep-copy note)))