X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Fprogramming-work.itexi;h=819534b4ad0b23127f1ff304da1e4a56473fa558;hb=00e988e3411483174d55606b5ac61f3feee504fd;hp=d72424ab4c17df1fefb22917797e2fe819e616ac;hpb=9cba6d0b05bd28e2fc73f091b09ace570c976182;p=lilypond.git diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index d72424ab4c..819534b4ad 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -979,7 +979,7 @@ for all errors and defines functions for displaying scheme objects (ps), grobs (pgrob), and parsed music expressions (pmusic). @example -file ~/lilypond-git/build/out/bin/lilypond +file $LILYPOND_GIT/build/out/bin/lilypond b programming_error b Grob::programming_error @@ -1418,9 +1418,14 @@ Although it is not required, it is helpful if the developer can write relevant material for inclusion in the Notation Reference. If the developer does not feel qualified to write the documentation, a documentation editor will be able to -write it from the regression tests. The text that is added to -or removed from the documentation should be changed only in -the English version. +write it from the regression tests. In this case the developer +should raise a new issue with the Type=Documentation tag containing +a reference to the original issue number and/or the committish of +the pushed patch so that the need for new documention is not +overlooked. + +Any text that is added to or removed from the documentation should +be changed only in the English version. @node Edit changes.tely