]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc using "\#" in text markup.
authorGraham Percival <graham@percival-music.ca>
Fri, 3 Feb 2006 04:06:33 +0000 (04:06 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 3 Feb 2006 04:06:33 +0000 (04:06 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index 0607738bb31f2ad0f89723ae59af205cf9bac21c..fcb4ef31cd88e8df51109a1015548fd3c94d6f2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-02  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: doc "\#" in text.
+
 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * flower/include/pqueue.hh: Derive from std::vector.
index ddb55ab23439dfcf6026b1ecbaa6fd7f43fe5498..d7bfe4e4cac3070f488d093e989c40dad5332d61 100644 (file)
@@ -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