From ebc5e48e1fa8faaa9e0012fd0727f11ca4e9e97e Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 23 Sep 2006 20:21:56 +0000 Subject: [PATCH] Fix old unconverted syntax. --- ChangeLog | 5 +++++ Documentation/user/programming-interface.itely | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ddb95692f..6afd20305c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-23 Graham Percival + + * Documentation/user/programming-iterfaces.itely: fix + def-music-function -> define-music... leftover. + 2006-09-23 Joe Neeman * lily/page-spacing.cc (min_page_count): by running the loop diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 8b40fe3140..38dbbc0ae5 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -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))) -- 2.39.5