From b147e212cbea2ee2af51fc7cf8a59de553d9c601 Mon Sep 17 00:00:00 2001
From: Valentin Villenave <valentin@villenave.net>
Date: Thu, 2 Oct 2008 11:22:47 +0200
Subject: [PATCH] Added a @ref to NR1.8.3 Fonts in NR2.1 Vocal music

---
 Documentation/user/text.itely  |  2 +-
 Documentation/user/vocal.itely | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Documentation/user/text.itely b/Documentation/user/text.itely
index dc8c011519..4e6412ce76 100644
--- a/Documentation/user/text.itely
+++ b/Documentation/user/text.itely
@@ -1245,7 +1245,7 @@ alternate families, shapes, series and sizes:
   \key d \major
   \override  Voice.TextScript #'font-shape = #'italic
   \override  Voice.TextScript #'font-series = #'bold
-  d''2.^\markup "Allegro"
+  d'2.^\markup "Allegro"
   r4
 @end lilypond
 
diff --git a/Documentation/user/vocal.itely b/Documentation/user/vocal.itely
index 13a869ab90..0ab25a2d9c 100644
--- a/Documentation/user/vocal.itely
+++ b/Documentation/user/vocal.itely
@@ -126,9 +126,11 @@ between syllables, or use tilde  symbol (@code{~}) to get a lyric tie.
 \addlyrics { pu- ro~y~ho- nes- to }
 @end lilypond
 
-The lyric tie is implemented with the Unicode character U+203F, so be
-sure to have a font (Like DejaVuLGC) installed that includes this
-glyph.
+@noindent
+The lyric tie is implemented with the Unicode character
+@code{U+203F}; therefore a font that includes this glyph
+(such as DejaVuLGC) has to be used.  More explanations about
+text and non-text fonts can be found in @ref{Fonts}.
 
 
 To enter lyrics with characters from non-English languages, or with
@@ -181,6 +183,9 @@ verseOne = \lyricmode @{ Joy to the world the Lord is come @}
 
 @seealso
 
+Notation Reference:
+@ref{Fonts}.
+
 Internals Reference:
 @rinternals{LyricText},
 @rinternals{LyricSpace}.
-- 
2.39.5