From: Graham Percival Date: Sat, 3 May 2008 22:09:15 +0000 (-0700) Subject: Small updates. X-Git-Tag: release/2.11.46-1~26^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7b65ed7c913649c3358a8928de6ef2a6ec3671fd;p=lilypond.git Small updates. --- diff --git a/Documentation/user/text.itely b/Documentation/user/text.itely index 0ed376504d..bcdb2ee7c6 100644 --- a/Documentation/user/text.itely +++ b/Documentation/user/text.itely @@ -358,18 +358,22 @@ specific syntax called @qq{markup mode}. @cindex markup syntax The markup syntax is similar to LilyPond's usual syntax: a -@code{\markup} expression can be made of one word, or several words. -In the latter case, the expression has to be enclosed in curly braces -@code{@{ ... @}} or double quotes @code{"..."}. +@code{\markup} expression is enclosed in curly braces @code{@{ +@dots{} @}}. +@c to delete? -gp +Markup expressions may also be enclosed in double quotes +@code{"..."}, but these are treated as text strings. Commands are +interpreted literally. -While a text string between double quotes is regarded as an indivisible -single expression, markup blocks defined using braces can contain -smaller expressions. +In markup mode, specific commands are entered using the backslash +@code{\} character. Such commands only affect the first following +expression. -In markup mode, specific commands are entered using the -backslash @code{\} character. Such commands only affect -the first following expression: either a single word, or -a group of words. +In this example, the first markup is made of one word without any +braces or quotes, while the following markups demonstrate the usefulness +of nested markup expressions using braces. +This syntax is prefered, as it allows both single-word and multi-word +markups. @lilypond[quote,verbatim,fragment,relative=1] e1-\markup intenso @@ -381,13 +385,6 @@ b1^\markup { \bold { molto agitato } } c @end lilypond -@noindent -In this example, the first markup is made of one word without any -braces or quotes, while the following markups demonstrate the usefulness -of nested markup expressions using braces. -This syntax is prefered, as it allows both single-word and multi-word -markups. - @cindex special characters in markup mode @cindex markup mode, special characters @cindex reserved characters, printing @@ -407,7 +404,7 @@ cis a r4 r2 @end lilypond The way markup expressions are defined affects -how these expressions will stacked,centered and aligned; +how these expressions will stacked, centered and aligned; this syntax is described in @ref{Text alignment}. @lilypond[quote,verbatim,fragment,relative=1]