]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small correction for example lyrics.
authorGraham Percival <graham@percival-music.ca>
Tue, 23 Jan 2007 02:21:18 +0000 (18:21 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 23 Jan 2007 02:21:18 +0000 (18:21 -0800)
Documentation/user/instrument-notation.itely
Documentation/user/tutorial.itely

index af4c9ce9b684b2e32128ea6644f5452708fc413c..66854705270de633bd168b0fbba6a09cbb066ccb 100644 (file)
@@ -808,7 +808,7 @@ between syllables, or use tilde  symbol (@code{~}) to get a lyric tie.
 \relative { c2 e4 g2 e4 }
 \addlyrics { gran- de_a- mi- go }
 \addlyrics { pu- "ro y ho-" nes- to }
-\addlyrics { pu- ro~yho- nes- to }
+\addlyrics { pu- ro~y~ho- nes- to }
 @end lilypond
 
 The lyric ties is implemented with the Unicode character U+203F, so be
index 8b5e570b5b2805b19af699cbda9dfbfe6575cd11..486e3781ee6502046e2a6eca2efd63664c42ac22 100644 (file)
@@ -1173,10 +1173,6 @@ line}.  It is entered as two underscores @code{__}:
 Similarly, hyphens between words can be entered as two dashes,
 resulting in a centered hyphen between two syllables
 
-@example
-A -- le gri -- a
-@end example
-
 @c no ragged-right here because otherwise the hypens get lost.
 @lilypond[quote,verbatim]
 <<
@@ -1184,7 +1180,7 @@ A -- le gri -- a
     \time 2/4
     f4 f c c
   }
-  \addlyrics { A -- le gri -- a }
+  \addlyrics { A -- le -- gri -- a }
 >>
 @end lilypond