From 51ea4d0de4616f85a447ad14e2016f36bfebe3f6 Mon Sep 17 00:00:00 2001 From: janneke Date: Thu, 8 Sep 2005 07:12:50 +0000 Subject: [PATCH] (Entering lyrics): Multiple latin-1->utf-8 conversion fix. --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 2 +- Documentation/user/basic-notation.itely | 2 +- Documentation/user/cheatsheet.itely | 2 +- Documentation/user/converters.itely | 2 +- Documentation/user/examples.itely | 2 +- Documentation/user/global.itely | 2 +- Documentation/user/instrument-notation.itely | 4 ++-- Documentation/user/introduction.itely | 2 +- Documentation/user/invoking.itely | 2 +- Documentation/user/lilypond-book.itely | 2 +- Documentation/user/lilypond.tely | 4 ++-- Documentation/user/notation-appendices.itely | 2 +- Documentation/user/preface.itely | 2 +- Documentation/user/programming-interface.itely | 2 +- Documentation/user/putting.itely | 2 +- Documentation/user/tutorial.itely | 2 +- 17 files changed, 25 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76c0cf96bc..332ed8d88e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-08 Jan Nieuwenhuizen + + * Documentation/user/instrument-notation.itely (Entering lyrics): + Multiple latin-1->utf-8 conversion fix. + + * Documentation/user/*tely: Update Emacs cookie to utf-8. + 2005-09-01 Han-Wen Nienhuys * scm/output-ps.scm (grob-cause): escape spaces in URLs. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 8647bbd1c1..5deac8ef6f 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @c A menu is needed before every deeper *section nesting of @node's; run diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 7d7ec8c02e..f5f63b5999 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @c A menu is needed before every deeper *section nesting of @node's; run diff --git a/Documentation/user/cheatsheet.itely b/Documentation/user/cheatsheet.itely index 20ea1bb5bf..ff10d223d0 100644 --- a/Documentation/user/cheatsheet.itely +++ b/Documentation/user/cheatsheet.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c TODO: add tablature. diff --git a/Documentation/user/converters.itely b/Documentation/user/converters.itely index 5de5b53399..b3172d1774 100644 --- a/Documentation/user/converters.itely +++ b/Documentation/user/converters.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Converting from other formats @chapter Converting from other formats diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index bb1a37749d..d20084b045 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Example templates @chapter Example templates diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 4fa1102ee3..cbd7a53081 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @c A menu is needed before every deeper *section nesting of @node's; run diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 12093f1472..7fc640aebc 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @c A menu is needed before every deeper *section nesting of @node's; run @@ -793,7 +793,7 @@ simply insert the characters directly into the input file and save it with utf-8 encoding. See @ref{Text encoding} for more info. @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 diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index 4c218c765d..3ddd091208 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @node Introduction diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index 19c25c36f4..c0f5de2296 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Running LilyPond @chapter Running LilyPond diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index fe4f30d468..7a648820e1 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @ignore diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 9c82158440..c415a3d430 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -1,4 +1,4 @@ -\input texinfo @c -*- coding: latin-1; mode: texinfo; -*- +\input texinfo @c -*- coding: utf-8; mode: texinfo; -*- @setfilename lilypond.info @settitle GNU LilyPond @iftex @@ -164,7 +164,7 @@ HINTS FOR STYLE This makes it easier to not forget `@noindent'. - . Non-ASCII characters which are in latin-1 should be directly used; + . Non-ASCII characters which are in utf-8 should be directly used; this is, don't say `Ba@ss{}tuba' but `Baßtuba'. This ensures that all such characters appear in all output formats. diff --git a/Documentation/user/notation-appendices.itely b/Documentation/user/notation-appendices.itely index 230fa62d46..59f53d449b 100644 --- a/Documentation/user/notation-appendices.itely +++ b/Documentation/user/notation-appendices.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @node Notation manual details diff --git a/Documentation/user/preface.itely b/Documentation/user/preface.itely index 3f3eb94266..1448dd2119 100644 --- a/Documentation/user/preface.itely +++ b/Documentation/user/preface.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Preface @unnumbered Preface diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 29455293e7..6d75ddf370 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Interfaces for programmers @chapter Interfaces for programmers diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index bfdc88e558..131f3b04b2 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @node Putting it all together @chapter Putting it all together diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index f5f30ec593..e4a13d3d3b 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -1,4 +1,4 @@ -@c -*- coding: latin-1; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @c TODO: -- 2.39.5