From 7a6022dc356146881de540fb11f91473701b7e80 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 12 Oct 2007 13:54:20 -0700 Subject: [PATCH] Add warning about \ -> \\ in macros. --- Documentation/user/macros.itexi | 1 + Documentation/user/policy.txt | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index ee7bf4b8c8..803e261bcf 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -31,6 +31,7 @@ @end quotation @end macro +@c TODO: define different output for info @macro notation{TEXT} @var{\TEXT\} @end macro diff --git a/Documentation/user/policy.txt b/Documentation/user/policy.txt index 57acddda6b..31038a2ae1 100644 --- a/Documentation/user/policy.txt +++ b/Documentation/user/policy.txt @@ -183,6 +183,12 @@ main docs @code{}: actual lilypond code or property/context names. @samp{}: ditto, for single-letter code. + + + ** Any `\' used inside the commands below must be ** + ** written as `\\'. Even if they are inside a @code{}. ** + ( this should only affect @warning{} ) + @notation{}: refers to pieces of notation, such as "@notation{crescendo} is often abbreviated as @notation{cresc.}" This should also be used to refer to @@ -191,8 +197,8 @@ main docs languages). @qq{}: only for actual quotes -- i.e. "he said" or "she wrote". - -* @warning{} produces a "Note: " box. Use for important messages. + @warning{}: produces a "Note: " box. Use for important + messages. %%%%% READABILITY -- 2.39.5