From: hjunes Date: Wed, 29 Oct 2003 22:40:22 +0000 (+0000) Subject: Fix spell for tying. X-Git-Tag: release/2.1.3~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b400aaffd4533ad1782244096102a158c5afca46;p=lilypond.git Fix spell for tying. --- diff --git a/ChangeLog b/ChangeLog index 868837c45d..c0c64223fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-30 Heikki Junes + + * Documentation/user/refman.itely, input/regression/tie-accidental.ly, + input/regression/tie-chord.ly: Fix spell for tying. + 2003-10-29 Mats Bengtsson * scripts/lilypond-book.py (output_dict): Add definition of diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 96af610b06..071c858738 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -433,7 +433,7 @@ If you want less ties created for a chord, see @inputfileref{input/test,tie-sparse.ly}. -For tieing only a subset of the note heads of a pair of chords, see +For tying only a subset of the note heads of a pair of chords, see @inputfileref{input/regression,tie-chord-partial.ly}. @refbugs diff --git a/input/regression/tie-accidental.ly b/input/regression/tie-accidental.ly index 5560cf6d77..5668b62a72 100644 --- a/input/regression/tie-accidental.ly +++ b/input/regression/tie-accidental.ly @@ -3,7 +3,7 @@ \header{ texidoc=" -When tieing notes with accidentals across a bar boundary, the +When tying notes with accidentals across a bar boundary, the accidental must not be drawn on the note in the next bar. Unless the tie crosses a line break, in which case the accidental is repeated if it would be different from an untied note. The next note of the same diff --git a/input/regression/tie-chord.ly b/input/regression/tie-chord.ly index c7dabf030f..565860e66e 100644 --- a/input/regression/tie-chord.ly +++ b/input/regression/tie-chord.ly @@ -2,7 +2,7 @@ \version "1.9.8" \header{ texidoc=" -When tieing chords, the outer slurs point outwards, the inner slurs +When tying chords, the outer slurs point outwards, the inner slurs point away from the center of the staff. Override with @code{tieVerticalDirection}. "