From 1166a2900271b8b455693a2bffea99ba2db7b389 Mon Sep 17 00:00:00 2001
From: Valentin Villenave <valentin@villenave.net>
Date: Fri, 4 Apr 2008 12:18:59 +0200
Subject: [PATCH] Removed an useless subsection in the docs "Overview of text
 entry" isn't needed anymore

---
 Documentation/user/text.itely | 51 ++---------------------------------
 1 file changed, 2 insertions(+), 49 deletions(-)

diff --git a/Documentation/user/text.itely b/Documentation/user/text.itely
index 1d21ed4a7f..715b6f2756 100644
--- a/Documentation/user/text.itely
+++ b/Documentation/user/text.itely
@@ -14,6 +14,7 @@
 This section explains how to include text (with various
 formatting) in your scores.
 
+
 @cindex Text, other languages
 @warning{To write accented and special text (such as characters
 from other languages), simply insert the characters directly into
@@ -29,60 +30,12 @@ information, see @ref{Text encoding}.}
 @node Writing text
 @subsection Writing text
 
-@menu
-* Overview of text entry::      
+@menu     
 * Text scripts::                
 * Text spanners::               
 * Text marks::                  
 @end menu
 
-@node Overview of text entry
-@subsubsection Overview of text entry
-
-There are four ways to add text to scores:
-
-@itemize
-@item
-@ref{Text scripts}: blah blah
-
-@lilypond[verbatim,quote,ragged-right,fragment,relative=2]
-c4^"text" c c c
-@end lilypond
-
-@item
-@ref{Text spanners}: blah blah
-
-@lilypond[verbatim,quote,ragged-right,fragment,relative=2]
-c1
-\override TextSpanner #'bound-details #'left #'text =
-  \markup { \upright "rall" } 
-c2\startTextSpan b c\stopTextSpan a
-@end lilypond
-
-@item
-@ref{Text marks}: blah blah
-
-@lilypond[verbatim,quote,ragged-right,fragment,relative=2]
-c4\mark "foo" c c c
-@end lilypond
-
-@item
-@ref{Vocal music}: blah blah, not in this section.
-
-@lilypond[verbatim,quote,ragged-right]
-<<
-  \relative c'' { c4 c c c }
-  \addlyrics { one two three four }
->>
-@end lilypond
-
-@end itemize
-
-@seealso
-
-Snippets: @lsrdir{Text,Text}
-
-
 
 @node Text scripts
 @subsubsection Text scripts
-- 
2.39.5