From: Graham Percival Date: Thu, 20 May 2010 16:20:44 +0000 (+0100) Subject: Revert "Doc: CG add rule for using { } with .ly examples" X-Git-Tag: release/2.13.22-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f17f930c0106a871dd8f4c9a69af4457e05fbff7;p=lilypond.git Revert "Doc: CG add rule for using { } with .ly examples" This reverts commit 113c5a61268840fcf187624419391bca2944b7d6. Sorry, I forgot to test it (or even really look at it); James let me know about a problem, which was obvious when I took a second glance at the patch. --- diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index 461e19f71e..cdd06f29c9 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -358,24 +358,6 @@ If possible, end with a complete bar. Comments should go on their own line, and be placed before the line(s) to which they refer. -@item -For clarity, always use @{ @} marks even if they are not technically -required; ie - -not: -\context Voice \repeat unfold 2 \relative c' { - c2 d -} - -but instead: -\context Voice { - \repeat unfold 2 { - \relative c' { - c2 d - } - } -} - @item Add extra spaces around @{ @} marks; ie