From d0101752532c75b9f1526c0b7e9ff2cbc32e8a1c Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Mon, 22 Jan 2007 18:21:18 -0800
Subject: [PATCH] Small correction for example lyrics.

---
 Documentation/user/instrument-notation.itely | 2 +-
 Documentation/user/tutorial.itely            | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely
index b6789c13ba..402c204df8 100644
--- a/Documentation/user/instrument-notation.itely
+++ b/Documentation/user/instrument-notation.itely
@@ -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
diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely
index 8b5e570b5b..486e3781ee 100644
--- a/Documentation/user/tutorial.itely
+++ b/Documentation/user/tutorial.itely
@@ -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
 
-- 
2.39.5