From 2a20979110e696766df4bb0b2e735e7bab4e969c Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 4 Jul 2002 16:36:41 +0000 Subject: [PATCH] release commit --- VERSION | 4 ++-- lily/score-engraver.cc | 4 ---- lily/timing-engraver.cc | 2 +- scm/translator-property-description.scm | 5 +++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index a801de457e..b9f0174e81 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=64 -MY_PATCH_LEVEL=jcn1 +PATCH_LEVEL=65 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/score-engraver.cc b/lily/score-engraver.cc index 15c50847ee..e589bdd90c 100644 --- a/lily/score-engraver.cc +++ b/lily/score-engraver.cc @@ -138,11 +138,8 @@ Score_engraver::announce_grob (Grob_info info) { announce_info_arr_.push (info); pscore_p_->line_l_->typeset_grob (info.grob_l_); - - } - void Score_engraver::typeset_grob (Grob *elem_p) { @@ -153,7 +150,6 @@ Score_engraver::typeset_grob (Grob *elem_p) elem_p_arr_.push (elem_p); } - void Score_engraver::typeset_all () { diff --git a/lily/timing-engraver.cc b/lily/timing-engraver.cc index 9a381cede4..e8d49a7771 100644 --- a/lily/timing-engraver.cc +++ b/lily/timing-engraver.cc @@ -96,5 +96,5 @@ this engraver should be removed from @code{Score} and placed in @code{Staff}.", /* creats*/ "", /* acks */ "", -/* reads */ "timeSignatureFraction barCheckNoSynchronize barNonAuto whichBar barAlways defaultBarType skipBars timing oneBeat measureLength measurePosition currentBarNumber", +/* reads */ "timeSignatureFraction barNonAuto whichBar barAlways defaultBarType skipBars timing oneBeat measureLength measurePosition currentBarNumber", /* write */ ""); diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index f445241a5f..c979b32af1 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -118,8 +118,9 @@ melismata, and align lyrics accordingly. (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 -makes bar-checks for polyphonic music easier.") +(translator-property-description 'barCheckSynchronize boolean? "If +true then reset measurePosition when finding a barcheck. Turn off when +using barchecks in polyphonic music.") (translator-property-description 'barNonAuto boolean? " If set to true then bar lines will not be printed automatically; they must be explicitly created with @code{bar} keywords. Unlike with the @code{cadenza} keyword, measures are -- 2.39.5