]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.6.1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 31 Aug 2002 00:55:50 +0000 (00:55 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 31 Aug 2002 00:55:50 +0000 (00:55 +0000)
ChangeLog
VERSION
scm/output-lib.scm

index 4240f2c71d2ad6d6358046e22f2f2183e8153ea7..f1629762be36fa5204ad499631cc4f67d5cdbcb8 100644 (file)
--- 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  <hanwen@cs.uu.nl>
 
        * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
        corrections. Thanks to Karl Berry
 
 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
-       
+
         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
         redhat spec and rpm-skeleton found in Mandrake's home page.
 
+2002-08-29 Graham Percival  <gperciva@sfu.ca>
+
+       * Documentation/user/tutorial.itely:  editorial changes (spelling,
+       grammar, etc) of the "Fine tuning" section.
+
 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
 
        * 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  <mats.bengtsson@s3.kth.se>
 
        * scm/music-functions.scm (unfold-repeats): Call new
diff --git a/VERSION b/VERSION
index 3e8670d24255195f2f64443f2484df63fd11b156..d83ada1d5033f57c016295bb03ebdb372bcd7bcd 100644 (file)
--- 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.
index b9d58c0147eb31814fb4cd12b926f980e2bf602b..8eb01fe45e8807b03fa23ddd67b5daf32977aef0 100644 (file)
        (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))