From: Werner Lemberg Date: Thu, 5 Feb 2004 21:16:25 +0000 (+0000) Subject: fix typos X-Git-Tag: release/2.1.23~85 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6286d07caabfd6fba1b7c221c49513470c940fb3;p=lilypond.git fix typos --- diff --git a/Documentation/user/invoking.itexi b/Documentation/user/invoking.itexi index 72ca9ddaa2..a582d4d77b 100644 --- a/Documentation/user/invoking.itexi +++ b/Documentation/user/invoking.itexi @@ -127,8 +127,9 @@ to generate titling; an example demonstrating all these fields is in @item copyright A text to print in the footer of the first page. Default is to print the standard footer also on the first page. Note that if the - score is only page, the first page is also the last page and in this - case, the tagline is printed instead of the copyright. + score consists of only a single page, the first page is also the + last page, and in this case, the tagline is printed instead of the + copyright. @item footer A text to print in the footer of all but the last page. @item tagline diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 453e6895f9..1892d96a4e 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -3984,8 +3984,8 @@ with figures designating the chief @aref{interval}s and \key es \major es8 c d bes c as bes16 as g f | es4 } - \context LyricsVoiceVoice \lyrics { - \property LyricsVoiceVoice . VerticalAlign \override #'threshold = #'(6 . 12) + \context LyricsVoice \lyrics { + \property LyricsVoice . VerticalAlign \override #'threshold = #'(6 . 12) << { "" "6" "" "4" "" "6" "" "" "6" "4" } { "" "" "" "2" "" "" "" "" "" "2" } >> } diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index ff27436276..a0bdc84eba 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2909,7 +2909,7 @@ mus = \drums { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } Stem \set #'transparent = ##t Stem \set #'Y-extent-callback = ##f } \mus - \context LyricsVoiceVoice \nam + \context LyricsVoice \nam >> } @end lilypond @@ -3368,7 +3368,7 @@ The definition of lyrics mode is too complex. Lyrics are printed by interpreting them in a @internalsref{LyricsVoice} context: @example - \context LyricsVoiceVoice \lyrics @dots{} + \context LyricsVoice \lyrics @dots{} @end example @cindex automatic syllable durations @@ -3394,9 +3394,9 @@ For different or more complex orderings, the best way is to setup the hierarchy of staves and lyrics first, e.g. @example \context ChoirStaff \notes << - \context LyricsVoiceVoice = sopranoLyrics @{ s1 @} + \context LyricsVoice = sopranoLyrics @{ s1 @} \context Voice = soprano @{ @emph{music} @} - \context LyricsVoiceVoice = tenor @{ s1 @} + \context LyricsVoice = tenor @{ s1 @} \context Voice = tenorLyrics @{ @emph{music} @} >> @end example @@ -3503,9 +3503,9 @@ that identity followed by a dash. In the preceding example, the @internalsref{Voice} identity is @code{duet}, so the identities of the @internalsref{LyricsVoice}s are marked @code{duet-1} and @code{duet-2}: @example - \context LyricsVoiceVoice = "duet-1" @{ + \context LyricsVoice = "duet-1" @{ Hi, my name is bert. @} - \context LyricsVoiceVoice = "duet-2" @{ + \context LyricsVoice = "duet-2" @{ Ooooo, ch\'e -- ri, je t'aime. @} @end example