]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/text.itely
Misc minor updates.
[lilypond.git] / Documentation / user / text.itely
index 265ddd9f262f7e92cf587c84a386897a04a5acb8..8bf6f035a46d8871325046fb87501f128017aa3a 100644 (file)
@@ -82,7 +82,7 @@ c4\mark "foo" c c c
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 
 
@@ -96,15 +96,15 @@ Snippets: @lsrdir{text}
 It is possible to place arbitrary strings of text or @ref{Text
 markup}, above or below notes by using a string @code{c^"text"}.
 By default, these indications do not influence the note spacing,
-but by using the command @code{\fatText}, the widths will be taken
+but by using the command @code{\textLengthOn}, the widths will be taken
 into account
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-c4^"longtext" \fatText c4_"longlongtext" c4
+c4^"longtext" \textLengthOn c4_"longlongtext" c4
 @end lilypond
 
 @noindent
-To prevent text from influencing spacing, use @code{\emptyText}.
+To prevent text from influencing spacing, use @code{\textLengthOff}.
 
 More complex formatting may also be added to a note by using the
 markup command,
@@ -119,10 +119,10 @@ markup}.
 
 @refcommands
 
-@funindex \fatText
-@code{\fatText},
-@funindex \emptyText
-@code{\emptyText}.
+@funindex \textLengthOn
+@code{\textLengthOn},
+@funindex \textLengthOff
+@code{\textLengthOff}.
 
 
 @commonprop
@@ -141,7 +141,7 @@ default; to enable it, use
 
 Notation Reference: @ref{Text markup}.
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 Internals Reference: @internalsref{TextScript}.
 
@@ -194,7 +194,7 @@ To print a solid line, use
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 Internals Reference: @internalsref{TextSpanner}.
 
@@ -339,7 +339,7 @@ staff, you may alter this to print them on every staff,
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 Internals Reference: @internalsref{RehearsalMark}.
 
@@ -459,7 +459,7 @@ To keep lists of words distinct, please use quotes @code{"} or
 the @code{\line} command
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c4^\markup{ \center-align { on three lines } }
 c4^\markup{ \center-align { "all one line" } }
 c4^\markup{ \center-align { { on three lines } } }
@@ -487,7 +487,7 @@ markup, you need to use the #'padding property or create an
 #0}).
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c'4^\markup{ \raise #5 "not raised" }
 \once \override TextScript #'padding = #3
 c'4^\markup{ raised }
@@ -504,7 +504,7 @@ advisable to cancel those properties with @code{normal-text}.  See
 
 This manual: @ref{Overview of text markup commands}.
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 Internals Reference: @internalsref{TextScript}.
 
@@ -541,7 +541,7 @@ contain a @code{\layout} block.
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 @node Page wrapping text
 @unnumberedsubsubsec Page wrapping text
@@ -574,7 +574,7 @@ lists.  The built-in markup list commands are described in
 This manual: @ref{Overview of text markup list commands}, @ref{New
 markup list command definition}.
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 @refcommands
 
@@ -692,7 +692,7 @@ sans serif and monospaced text.  For example,
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 
 @node Special text concerns
@@ -743,7 +743,7 @@ boxf = \markup{ \bracket { \dynamic f } }
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 
 @node Text and line spanners
@@ -906,7 +906,7 @@ hairpins with \!.
 
 @seealso
 
-Snippets: @lsrdir{text}
+Snippets: @lsrdir{Text,Text}
 
 Internals Reference: @internalsref{TextSpanner},
 @internalsref{Glissando}, @internalsref{VoiceFollower},