]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix typos
authorWerner Lemberg <wl@gnu.org>
Thu, 5 Feb 2004 21:16:25 +0000 (21:16 +0000)
committerWerner Lemberg <wl@gnu.org>
Thu, 5 Feb 2004 21:16:25 +0000 (21:16 +0000)
Documentation/user/invoking.itexi
Documentation/user/music-glossary.tely
Documentation/user/refman.itely

index 72ca9ddaa2b6a2221110691b014fb3977c9612c4..a582d4d77bca45cd7a17e4478539916ee7874715 100644 (file)
@@ -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
index 453e6895f95805066b33e4496c6ecda4fc1407dc..1892d96a4ee81c82e074216188de5e9a09e7e092 100644 (file)
@@ -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" } >>
   }
index ff2743627612108bd1f07d14f3b8ac0090ba14aa..a0bdc84ebac123a211631c24a49130d204958668 100644 (file)
@@ -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