+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
@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)))