From 74828834d43f966c5edabe9b2f1428f9934523d5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 3 Feb 2006 04:06:33 +0000 Subject: [PATCH] Doc using "\#" in text markup. --- ChangeLog | 4 ++++ Documentation/user/advanced-notation.itely | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5