From 5aff48d7a9c07e8c79a3c792ce4d034a127e3beb Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Thu, 13 Apr 2000 21:23:54 +0200
Subject: [PATCH] release: 1.3.45

===========

* Implemented una-chorda and sostenuto piano pedals in performer and engraver.

* Added Properties textScriptWordSpace and chordNameWordSpace.

* Junked old lyrics in star-spangled-banner.

1.3.44.j
---
 CHANGES                                  | 2 +-
 VERSION                                  | 4 ++--
 input/test/ped.ly                        | 0
 lily/include/axis-group-item.hh          | 0
 lily/include/axis-group-spanner.hh       | 0
 lily/include/notename-table.hh           | 0
 lily/include/priority-halign-engraver.hh | 0
 lily/new-span-bar-engraver.cc            | 0
 lily/notename-table.cc                   | 0
 lily/span-score-bar-engraver.cc          | 0
 make/out/lilypond.lsm                    | 8 ++++----
 make/out/lilypond.spec                   | 4 ++--
 12 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 input/test/ped.ly
 delete mode 100644 lily/include/axis-group-item.hh
 delete mode 100644 lily/include/axis-group-spanner.hh
 delete mode 100644 lily/include/notename-table.hh
 delete mode 100644 lily/include/priority-halign-engraver.hh
 delete mode 100644 lily/new-span-bar-engraver.cc
 delete mode 100644 lily/notename-table.cc
 delete mode 100644 lily/span-score-bar-engraver.cc

diff --git a/CHANGES b/CHANGES
index 3222ba52f1..8749754c4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -84,7 +84,7 @@ Also updated index.texi.
 * Change all occurances of Staff_margin_engraver to
 Instrument_name_engraver, add a convert-mudela rule
 
-* Change status == busy assert into programming a error
+* Change status == busy assert into programming sample/sample/error
 
 1.3.42
 ======
diff --git a/VERSION b/VERSION
index be8e47761a..3330e8a8cd 100644
--- a/VERSION
+++ b/VERSION
@@ -1,8 +1,8 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
-PATCH_LEVEL=44
-MY_PATCH_LEVEL=jcn2
+PATCH_LEVEL=45
+MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff --git a/input/test/ped.ly b/input/test/ped.ly
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/include/axis-group-item.hh b/lily/include/axis-group-item.hh
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/include/axis-group-spanner.hh b/lily/include/axis-group-spanner.hh
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/include/notename-table.hh b/lily/include/notename-table.hh
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/include/priority-halign-engraver.hh b/lily/include/priority-halign-engraver.hh
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/new-span-bar-engraver.cc b/lily/new-span-bar-engraver.cc
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/notename-table.cc b/lily/notename-table.cc
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/lily/span-score-bar-engraver.cc b/lily/span-score-bar-engraver.cc
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/make/out/lilypond.lsm b/make/out/lilypond.lsm
index a21fbd7c0b..567db83af3 100644
--- a/make/out/lilypond.lsm
+++ b/make/out/lilypond.lsm
@@ -1,15 +1,15 @@
 Begin3
 Title: LilyPond
-Version: 1.3.44
-Entered-date: 12APR00
+Version: 1.3.45
+Entered-date: 13APR00
 Description: 
 Keywords: music notation typesetting midi fonts engraving
 Author: hanwen@cs.uu.nl (Han-Wen Nienhuys)
 	janneke@gnu.org (Jan Nieuwenhuizen)
 Maintained-by: hanwen@stack.nl (Han-Wen Nienhuys)
 Primary-site: sunsite.unc.edu /pub/Linux/apps/sound/convert
-	1000k lilypond-1.3.44.tar.gz 
+	1000k lilypond-1.3.45.tar.gz 
 Original-site: ftp.cs.uu.nl /pub/GNU/LilyPond/development/
-	1000k lilypond-1.3.44.tar.gz 
+	1000k lilypond-1.3.45.tar.gz 
 Copying-policy: GPL
 End
diff --git a/make/out/lilypond.spec b/make/out/lilypond.spec
index 2fe5d2fcb8..d45871d1ef 100644
--- a/make/out/lilypond.spec
+++ b/make/out/lilypond.spec
@@ -1,9 +1,9 @@
 Name: lilypond
-Version: 1.3.44
+Version: 1.3.45
 Release: 1
 Copyright: GPL
 Group: Applications/Publishing
-Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.3.44.tar.gz
+Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.3.45.tar.gz
 Summary: A program for printing sheet music.
 URL: http://www.cs.uu.nl/~hanwen/lilypond
 # Icon: lilypond-icon.gif
-- 
2.39.5