From: Graham Percival Date: Fri, 3 Feb 2006 04:06:33 +0000 (+0000) Subject: Doc using "\#" in text markup. X-Git-Tag: release/2.7.31~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74828834d43f966c5edabe9b2f1428f9934523d5;p=lilypond.git Doc using "\#" in text markup. --- diff --git a/ChangeLog b/ChangeLog index 0607738bb3..fcb4ef31cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-02 Graham Percival + + * Documentation/user/advanced-notation.itely: doc "\#" in text. + 2006-02-03 Jan Nieuwenhuizen * flower/include/pqueue.hh: Derive from std::vector. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index ddb55ab234..d7bfe4e4ca 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -202,12 +202,14 @@ Program reference: @internalsref{RehearsalMark}. @cindex typeset text Use @code{\markup} to typeset text. Commands are entered with the -backslash @code{\}. +backslash @code{\}. To enter @code{\} and @code{#}, use double +quotation marks. @lilypond[quote,verbatim,fragment,relative=1] c1^\markup { hello } c1_\markup { hi there } c1^\markup { hi \bold there, is \italic anyone home? } +c1_\markup { "\special #characters" } @end lilypond @noindent