From: Mats Bengtsson Date: Fri, 12 May 2006 14:18:05 +0000 (+0000) Subject: * Documentation/user/programming-interface.itely (Markup X-Git-Tag: release/2.9.5~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c9e4c6c44663707beed8c6760c66367cb3515f2;p=lilypond.git * Documentation/user/programming-interface.itely (Markup programmer interface): Remove duplicate text. --- diff --git a/ChangeLog b/ChangeLog index 309fb7b657..1e9947efe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Mats Bengtsson + + * Documentation/user/programming-interface.itely (Markup + programmer interface): Remove duplicate text. + 2006-05-12 Graham Percival * Documentation/user/context-example.eps: new file. diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index c99d7e6cbd..5a2a7fac7f 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -529,8 +529,7 @@ withAlt = #(define-music-function (parser location mag music) (number? ly:music? @node Markup programmer interface @section Markup programmer interface -Markups are implemented as special Scheme functions. Markups are -implemented as special Scheme functions which produce a +Markups are implemented as special Scheme functions which produce a Stencil object given a number of arguments. @menu