]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added a @ref to NR1.8.3 Fonts in NR2.1 Vocal music
authorValentin Villenave <valentin@villenave.net>
Thu, 2 Oct 2008 09:22:47 +0000 (11:22 +0200)
committerValentin Villenave <valentin@villenave.net>
Thu, 2 Oct 2008 09:22:47 +0000 (11:22 +0200)
Documentation/user/text.itely
Documentation/user/vocal.itely

index dc8c011519e5dea36e4c09fcd389cb2bc3a98513..4e6412ce769e2dba3b06cc50bafa22a2b63c40d3 100644 (file)
@@ -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
 
index 13a869ab9087ae2522993fd8598e7b1bdce81a7d..0ab25a2d9ccc9b626c01d45be23eee37aa61b3aa 100644 (file)
@@ -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}.