From 93d4b9f9336ee0618d56651b9b8caebdad6d0df7 Mon Sep 17 00:00:00 2001 From: hjunes Date: Wed, 11 Aug 2004 19:36:56 +0000 Subject: [PATCH] fix plurals. --- ChangeLog | 7 +++++++ Documentation/topdocs/NEWS.texi | 2 +- Documentation/user/notation.itely | 4 ++-- input/test/ambitus-mixed.ly | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09d62dc9cd..f2e4763c3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-08-11 Heikki Junes + + * Documentation/user/notation.itely, + Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly, + input/test/ambitus-mixed.ly: fix plurals: + english: ambit, pl. ambits; latin: ambitus, pl. ambitus. + 2004-08-11 Jan Nieuwenhuizen * lily/dynamic-engraver.cc (typeset_all): diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index c030288303..7c52d8672c 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -29,7 +29,7 @@ melody by setting the @code{associatedVoice} property. @code{--preview}. The old wrapper script for La@TeX{} has been renamed to @code{lilypond-latex}. -@item Support ambituses has been rewritten. The Ambitus object is now +@item Support for ambitus has been rewritten. The Ambitus object is now a grouping object, composed of @code{AmbitusLine}, @code{AmbitusAccidental} and @code{AmbitusNoteHead}. These objects may be tuned similar to accidentals and note heads. diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 32fa909fc9..5c13a9a46a 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -4026,13 +4026,13 @@ Program reference: Layout objects @internalsref{LyricText} and The term @emph{ambitus} denotes a range of pitches for a given voice in a part of music. It also may denote the pitch range that a musical -instrument is capable of playing. Ambituses are printed on vocal +instrument is capable of playing. Ambits are printed on vocal parts, so singers can easily determine if it meets his or her capabilities. It denoted at the beginning of a piece near the initial clef. The range is graphically specified by two note heads, that represent the -minimum and maximum pitch. To print such ambituses, add the +minimum and maximum pitch. To print such ambits, add the @internalsref{Ambitus_engraver} to the @internalsref{Voice} context, for example, diff --git a/input/test/ambitus-mixed.ly b/input/test/ambitus-mixed.ly index 21515d46e9..876467caa0 100644 --- a/input/test/ambitus-mixed.ly +++ b/input/test/ambitus-mixed.ly @@ -1,7 +1,7 @@ \header { - texidoc = "Ambituses can be added per voice. In that case, the + texidoc = "Ambits can be added per voice. In that case, the ambitus must be moved manually to prevent collisions." } -- 2.39.5