From: Graham Percival Date: Fri, 16 May 2008 00:06:40 +0000 (-0700) Subject: policy X-Git-Tag: release/2.11.46-1~16^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0814eb254c79c03bce8a8db49e8779e8f9a8683a;p=lilypond.git policy --- diff --git a/Documentation/user/writing-texinfo.txt b/Documentation/user/writing-texinfo.txt index 58fb1a18db..901cf5caa3 100644 --- a/Documentation/user/writing-texinfo.txt +++ b/Documentation/user/writing-texinfo.txt @@ -80,6 +80,10 @@ commands. * Comments should go on their own line, and be placed before the line(s) to which they refer. +* Add extra spaces around { } marks; ie + not: \chordmode {c e g} + but instead: \chordmode { c e g } + * If you only have one bar per line, omit bar checks. If you put more than one bar per line (not recommended), then include bar checks.