From: Valentin Villenave Date: Thu, 2 Oct 2008 09:22:47 +0000 (+0200) Subject: Added a @ref to NR1.8.3 Fonts in NR2.1 Vocal music X-Git-Tag: release/2.11.62-1~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b147e212cbea2ee2af51fc7cf8a59de553d9c601;p=lilypond.git Added a @ref to NR1.8.3 Fonts in NR2.1 Vocal music --- 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}.