X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fextending%2Fprogramming-interface.itely;h=acbff571193f2ae3dda76c6029fb06f61c346c51;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=fff6d7915e86dcc5816977d83aede39c5dffbe02;hpb=1b832d794f1444033f10465971e97d33f76fe310;p=lilypond.git diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index fff6d7915e..acbff57119 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.36" +@c \version "2.14.0" @node Interfaces for programmers @chapter Interfaces for programmers @@ -90,9 +90,9 @@ Notation Reference: @ruser{Predefined type predicates}. Installed Files: -@file{lily/@/music@/-scheme@/.cc}, -@file{scm/@/c++@/.scm}, -@file{scm/@/lily@/.scm}. +@file{lily/music-scheme.cc}, +@file{scm/c++.scm}, +@file{scm/lily.scm}. @node Simple substitution functions @@ -370,7 +370,7 @@ The @code{raise-markup} function first creates the stencil for the @code{text example} string, and then it raises that Stencil by 0.5 staff space. This is a rather simple example; more complex examples are in the rest -of this section, and in @file{scm/@/define@/-markup@/-commands@/.scm}. +of this section, and in @file{scm/define-markup-commands.scm}. @node New markup command definition @@ -579,7 +579,7 @@ customized: A good way to start writing a new markup command, is to take example on a builtin one. Most of the markup commands provided with LilyPond can be -found in file @file{scm/@/define@/-markup@/-commands@/.scm}. +found in file @file{scm/define-markup-commands.scm}. For instance, we would like to adapt the @code{\draw-line} command, to draw a double line instead. The @code{\draw-line} command is defined as