]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes special quotes (not "") in lyrics.
authorGraham Percival <graham@percival-music.ca>
Thu, 28 Jul 2005 01:42:03 +0000 (01:42 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 28 Jul 2005 01:42:03 +0000 (01:42 +0000)
ChangeLog
Documentation/user/instrument-notation.itely

index 5d1e0d676c0822963b16dfb139d4d221aaeca6ed..1944f274e7b5422de4c0f0e9c9c34ff4380db8f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
        * Documentation/user/examples.itely: remove bagpipe template.
 
        * Documentation/user/instrument-notation.itely: add bagpipe
-       section.
+       section, maybe fix quotes in lyrics.  I hate text encoding.
 
 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
  
index 715357d990b13d3dd196405227b12d234b0f5412..1fb1bd5ec3668c63dc62429e45a173f5eb65d8c1 100644 (file)
@@ -779,21 +779,17 @@ property commands
 
 Any @code{_} character that appears in an unquoted word is converted
 to a space.  This provides a mechanism for introducing spaces into words
-without using quotes.  Quoted words can also be used in Lyrics mode to
-specify words that cannot be written with the above rules.  The
-following example incorporates double quotes
+without using quotes.
 
-@example
-\lyricmode @{ He said: "\"Let" my peo ple "go\"" @}
-@end example
+To enter lyrics with characters from non-English languages, or with
+non-ascii characters (such as the heart symbol or slanted quotes),
+simply insert the characters directly into the input file and save
+it with utf-8 encoding.  See @ref{Text encoding} for more info.
 
-This example is slightly academic, since it gives better looking
-results using single quotes, @code{``} and @code{''}
 @example
-\lyricmode @{ He said: ``Let my peo ple go'' @}
+\lyricmode @{ He said: “Let my peo ple go”. @}
 @end example
 
-
 The full definition of a word start in Lyrics mode is somewhat more
 complex.