X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fextending%2Fprogramming-interface.itely;h=199ef245bd280a749c79d0710c46f672e3061497;hb=791d125bd2f98f1be6b7742bfedd981b5895c0c1;hp=7e053b81643b3418d5b66851f291055a95262d00;hpb=579cc91ea384517d2c6b85e224074ffdfaa1f5ba;p=lilypond.git diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index 7e053b8164..199ef245bd 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.19.22" +@c \version "2.19.24" @node Interfaces for programmers @chapter Interfaces for programmers @@ -1306,7 +1306,7 @@ note-heads on the center-line and next to it: (set! (ly:grob-property grob 'transparent) #t))) \relative { - a'4 e8 <<\applyOutput #'Voice #blanker a c d>> b2 + a'4 e8 <<\applyOutput Voice #blanker a c d>> b2 } @end lilypond @@ -1314,8 +1314,8 @@ To have @var{function} interpreted at the @code{Score} or @code{Staff} level use these forms @example -\applyOutput #'Score #@var{function} -\applyOutput #'Staff #@var{function} +\applyOutput Score #@var{function} +\applyOutput Staff #@var{function} @end example