From c0730af379b6bcd0c351d916c7af23967985b1af Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 16 Jul 2002 11:03:04 +0000 Subject: [PATCH] release commit --- ChangeLog | 5 ++++- GNUmakefile.in | 1 - VERSION | 4 ++-- input/test/ancient-font.ly | 12 ++++++------ 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 973bae0bcc..b3ec0df4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-07-16 Han-Wen Nienhuys + * VERSION: release 1.5.68 + * scripts/lilypond-book.py: fixes by Tom Cato Amundsen. 2002-07-15 Han-Wen Nienhuys @@ -7,7 +9,6 @@ * lily/beam-quanting.cc (score_forbidden_quants): split beam quanting functionality. (quanting): argh. Forgot how linear interpolation works. Bugfix. - * Documentation/index.texi (Top): add whole-big-page documentation. @@ -75,6 +76,8 @@ 2002-07-13 Han-Wen + * VERSION: 1.5.67 released. + * lily/beam.cc (calc_stem_y): fix beams on quarter notes. * lily/stem-tremolo.cc (brew_molecule): add code for stem tremolos. diff --git a/GNUmakefile.in b/GNUmakefile.in index 75c4ed68dc..1db4a343c1 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -103,7 +103,6 @@ local-WWW-clean: top-WWW-clean WWW-clean: $(MAKE) -C Documentation WWW-clean $(MAKE) -C input WWW-clean - $(MAKE) -C mutopia WWW-clean top-WWW-clean: cd $(depth)/$(builddir) && rm -f $(TOP_HTMLS) lily-[0-9]*.png diff --git a/VERSION b/VERSION index a7cc14d77e..60212ec9f0 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=67 -MY_PATCH_LEVEL=hwn1 +PATCH_LEVEL=68 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/input/test/ancient-font.ly b/input/test/ancient-font.ly index 2bc4c2ffbe..380b00ab98 100644 --- a/input/test/ancient-font.ly +++ b/input/test/ancient-font.ly @@ -27,8 +27,8 @@ upperVoice = \context Staff = upperVoice < \property Staff.Clef \set #'font-family = #'ancient \property Staff.KeySignature \set #'font-family = #'ancient \property Staff.KeySignature \override #'style = #'vaticana - \property Staff.Accidentals \set #'font-family = #'ancient - \property Staff.Accidentals \override #'style = #'vaticana + \property Staff.Accidental \set #'font-family = #'ancient + \property Staff.Accidental \override #'style = #'vaticana \property Staff.Custos \set #'font-family = #'ancient \property Staff.Custos \override #'style = #'vaticana \property Staff.Custos \override #'neutral-position = #4 @@ -79,7 +79,7 @@ upperVoice = \context Staff = upperVoice < es f \property Staff.KeySignature \override #'style = #'medicaea - \property Staff.Accidentals \override #'style = #'medicaea + \property Staff.Accidental \override #'style = #'medicaea \property Staff.Custos \override #'style = #'medicaea \property Voice.NoteHead \override #'style = #'medicaea_punctum \clef "medicaea_fa2" @@ -98,7 +98,7 @@ upperVoice = \context Staff = upperVoice < e! des! ces! \property Staff.KeySignature \override #'style = #'hufnagel - \property Staff.Accidentals \override #'style = #'hufnagel + \property Staff.Accidental \override #'style = #'hufnagel \property Staff.Custos \override #'style = #'hufnagel \property Voice.NoteHead \override #'style = #'hufnagel_punctum \clef "hufnagel_fa2" @@ -132,8 +132,8 @@ lowerVoice = \context Staff = lowerNotes < \property Staff.Clef \set #'font-family = #'ancient \property Staff.KeySignature \set #'font-family = #'ancient \property Staff.KeySignature \override #'style = #'mensural - \property Staff.Accidentals \set #'font-family = #'ancient - \property Staff.Accidentals \override #'style = #'mensural + \property Staff.Accidental \set #'font-family = #'ancient + \property Staff.Accidental \override #'style = #'mensural \property Staff.Custos \set #'font-family = #'ancient \property Staff.Custos \override #'style = #'mensural \property Staff.Custos \override #'neutral-position = #3 -- 2.39.5