From 1035ce4555939ce67ac8369f5f3849be80a65a09 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 12 Oct 2006 01:15:58 +0000 Subject: [PATCH] Minor edits that were lost somewhere. --- ChangeLog | 7 +++++++ Documentation/user/global.itely | 6 +++++- Documentation/user/invoking.itely | 3 ++- scm/define-context-properties.scm | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 723f3dddbb..866be4b540 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-12 Graham Percival + + * Documentation/user/ {some}: minor edits that were lost somehow. + 2006-10-12 Han-Wen Nienhuys * VERSION (PACKAGE_NAME): bump version. @@ -120,6 +124,9 @@ * Documentation/user/basic-notation.itely: document volta brackets not aligning (bug 63). + * Documentation/user/ global.itely invoking.itely: ignore or + add warnings about texstr. + 2006-10-08 John Mandereau * po/fr.po: update translation. diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 4449a54187..e6150cfb87 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -370,6 +370,8 @@ by using a Unicode-aware editor and saving the file with utf-8 encoding. Most popular modern editors have utf-8 support, for example, vim, Emacs, jEdit, and GEdit do. +@c Currently not working +@ignore Depending on the fonts installed, the following fragment shows Hebrew and Cyrillic lyrics, @@ -377,7 +379,7 @@ and Cyrillic lyrics, @cindex Hebrew @cindex ASCII, non -@lilypondfile[fontload]{utf-8.ly} +@li lypondfile[fontload]{utf-8.ly} The @TeX{} backend does not handle encoding specially at all. Strings in the input are put in the output as-is. Extents of text items in the @@ -400,6 +402,8 @@ Both @file{les-nereides.texstr} and @file{les-nereides.tex} need suitable LaTeX wrappers to load appropriate La@TeX{} packages for interpreting non-ASCII strings. +@end ignore + To use a Unicode escape sequence, use @example diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index dc87e00d1d..81b6751d20 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -99,7 +99,8 @@ for @TeX{} output, to be processed with La@TeX{}. If present, the file @item texstr dump text strings to @file{.texstr} file, which can be run through (La)@TeX{}, resulting in a @code{.textmetrics} file, which contains the -extents of strings of text. +extents of strings of text. @strong{Warning:} this functionality is +currently missing due to heavy restructuring of the source code. @item ps for PostScript. @cindex PostScript output diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 81fab19655..095f71fb89 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -214,7 +214,7 @@ another non-natural.") "extra vertical extent, same format as @var{minimumVerticalExtent}") - (figuredBassCenterContinuations ,boolean? "Whether to vertically center pairs of extender lines.") + (figuredBassCenterContinuations ,boolean? "Whether to vertically center pairs of extender lines. This does not work with three or more lines") (figuredBassPlusDirection ,ly:dir? "Where to put plus signs relative to the the main figure.") (figuredBassAlterationDirection ,ly:dir? "Where to put -- 2.39.5