From 993743d4bcd0b9e3883b0b7444e4b3c431e01d00 Mon Sep 17 00:00:00 2001 From: Graham Percival 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 af4c9ce9b6..6685470527 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.2