From beb6bf8274b430485941be91c3b7cf6929c9ac8d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:03:33 +0000 Subject: [PATCH] lilypond-1.5.16 --- VERSION | 2 +- scm/translator-property-description.scm | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f5c31f1b08..39881eb45d 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=15 +PATCH_LEVEL=16 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index ed548ddeee..97abc27d8d 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -90,6 +90,9 @@ set, \addlyrics will assume that beams, slurs and ties signal melismata, and align lyrics accordingly. ") +(translator-property-description 'autoReminders symbol? "If set to @samp{accidental} or @samp{cautionary}, +a (reminder) accidental automatically is inserted whenever an accidental is reverted - even after a bar.") + (translator-property-description 'barAlways boolean? " If set to true a bar line is drawn after each note. ") (translator-property-description 'barCheckNoSynchronize boolean? "If set, don't reset measurePosition when finding a bbarcheck. This @@ -308,6 +311,8 @@ is erased. .") (translator-property-description 'stemRightBeamCount integer? "idem, for the right side.") (translator-property-description 'stz string? "Abbreviated form for a stanza, see also Stanza property.") +(translator-property-description 'subdivideBeams boolean? "If set, multiple beams will be subdivided at beat +positions - by only drawing one beam over the beat.") (translator-property-description 'textNonEmpty boolean? " If set to true then text placed above or below the staff is not assumed to have zero width. @code{\fatText} and @code{\emptyText} are predefined -- 2.39.5