From 627b1700718e23687d656ebf74034cd043492d5e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 31 Aug 2002 00:55:50 +0000 Subject: [PATCH] release commit --- ChangeLog | 9 ++++++--- VERSION | 4 ++-- scm/output-lib.scm | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4240f2c71d..f1629762be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,6 @@ not a BreakAlignGroup. Do not use Break_align_interface::alignment_callback - 2002-08-30 Han-Wen Nienhuys * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more @@ -35,17 +34,21 @@ corrections. Thanks to Karl Berry 2000-08-30 Heikki Junes - + * make/lilypond.mandrake.spec.in: Mandrake adaptations from redhat spec and rpm-skeleton found in Mandrake's home page. +2002-08-29 Graham Percival + + * Documentation/user/tutorial.itely: editorial changes (spelling, + grammar, etc) of the "Fine tuning" section. + 2002-08-29 Juergen Reuter * input/test/ancient-font.ly, mf/parmesan-heads.mf, scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note heads accessible - 2002-08-29 Mats Bengtsson * scm/music-functions.scm (unfold-repeats): Call new diff --git a/VERSION b/VERSION index 3e8670d242..d83ada1d50 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=6 -PATCH_LEVEL=0 -MY_PATCH_LEVEL=uu1 +PATCH_LEVEL=1 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/scm/output-lib.scm b/scm/output-lib.scm index b9d58c0147..8eb01fe45e 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -154,7 +154,7 @@ (cons (string-append (number->string duration) "neo_mensural") "ancient") (cons (number->string duration) "music"))) (else - (if (string-match "vaticana*|hufnagel*|medicaea*" style) + (if (string-match "vaticana*|hufnagel*|medicaea*" (symbol->string style)) (cons (symbol->string style) "ancient") (cons (string-append (number->string (max 0 duration)) (symbol->string style)) -- 2.39.5