From 47a53d61a6d495e6ace56f07410697d68aba4eec Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 1 Apr 2004 00:26:43 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.texi | 7 +++++-- VERSION | 4 ++-- lily/lexer.ll | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 8b2453b830..2b7aeff48f 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -5,7 +5,7 @@ @node Top, , , @top -@unnumbered New features in 2.1 since 2.0 +@unnumbered New features in 2.2 since 2.0 @itemize @bullet @@ -346,13 +346,16 @@ attached to the lyric syllable. @item When redefining a context, the associated identifier is also -updated. For example, after reading the following snippet, +updated. For example, after reading + @example \translator @{ \ScoreContext autoBeaming = ##f @} @end example + +@noindent the definition of @code{ScoreContext} is updated to include the changed setting. diff --git a/VERSION b/VERSION index c0c3e9befd..71bf679eed 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 -MINOR_VERSION=1 -PATCH_LEVEL=37 +MINOR_VERSION=2 +PATCH_LEVEL=0 MY_PATCH_LEVEL= diff --git a/lily/lexer.ll b/lily/lexer.ll index ad5d4e2276..af4afebe88 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -740,8 +740,8 @@ strip_trailing_white (String&s) -/* 1.9.0 == postfix articulations */ -Lilypond_version oldest_version ("1.9.0"); +/* 2.1.2x something -> \property -> \set. */ +Lilypond_version oldest_version ("2.1.25"); bool -- 2.39.5