]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Valentin.
authorGraham Percival <graham@percival-music.ca>
Wed, 12 Mar 2008 15:57:31 +0000 (08:57 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 12 Mar 2008 15:57:31 +0000 (08:57 -0700)
Documentation/user/text.itely

index e2fd3ee2dd69a6222a978579f6eb8170b41a7d5e..6038acd44512a1127ae5f361f22f603ed13ed8a3 100644 (file)
@@ -94,17 +94,13 @@ Snippets: @lsrdir{Text,Text}
 
 It is possible to add arbitrary text indications with
 @var{note}@code{-"}@var{text}@code{"}.
 
 It is possible to add arbitrary text indications with
 @var{note}@code{-"}@var{text}@code{"}.
-
-@lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-d8-"scherzando" e f g a4 f
-@end lilypond
-
-Text indications can be placed above or below the staff, using the
+Such indications can also be manually placed
+above or below the staff, using the
 simple syntax described in @ref{Controlling direction and
 simple syntax described in @ref{Controlling direction and
-placement}:
+placement}.
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-d8^"pizz." e f g a4_"scherz." f
+d8^"pizz." e f g a4-"scherz." f
 @end lilypond
 
 In LilyPond, such text strings are called @command{markup}
 @end lilypond
 
 In LilyPond, such text strings are called @command{markup}
@@ -126,12 +122,13 @@ a4_\markup { \tiny scherz. \bold molto } f
 
 By default, text indications do not influence the note spacing.
 However, their widths can be taken into account using the following
 
 By default, text indications do not influence the note spacing.
 However, their widths can be taken into account using the following
-syntax (the first command allows text to influence spacing, the
-second one goes back to the default behavior):
+syntax:
 
 
-@example
-\textLengthOn @var{note}@code{-"text"} \textLengthOff
-@end example
+@example 
+\textLengthOn
+@var{note}@code{-"text"}
+\textLengthOff
+@end example 
 
 In the following example, the first text string does not affect 
 spacing, whereas the second one does.
 
 In the following example, the first text string does not affect 
 spacing, whereas the second one does.