]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.5.62
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 19 Jun 2002 19:39:44 +0000 (19:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 19 Jun 2002 19:39:44 +0000 (19:39 +0000)
ChangeLog
VERSION
lily/music.cc
lily/musical-request.cc

index 0ae10583e9dd69d8f6a303b1ccf6d5dd71de3f89..ce82c3ac89de3ed6d89fa5a3cc5b6253b734c2ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2002-06-13  Han-Wen  <hanwen@cs.uu.nl>
        
+       * VERSION: 1.5.61 released
+       
        * Document/user/refman.itely: tablature doc and code updates by
        Jean-Baptiste Lamy <jiba@tuxfamily.org>
        
diff --git a/VERSION b/VERSION
index 44659dfc65af40839c66df29e3c6edb4b9479eb5..c773acb33841d6b9b9464362d154c5288dfc12c7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,8 +1,8 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
-PATCH_LEVEL=61
-MY_PATCH_LEVEL=jcn5
+PATCH_LEVEL=62
+MY_PATCH_LEVEL=
 
 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index ef5615524cb69ef631aaca77402ce8f4b406cbff..4c0fd48116c8382da99a5886690d88e5d16ee658 100644 (file)
@@ -181,8 +181,6 @@ Music::internal_get_mus_property (SCM sym) const
   return (s == SCM_BOOL_F) ? SCM_EOL : ly_cdr (s); 
 }
 
-void paranoia_check (Music*);
-
 void
 Music::internal_set_mus_property (SCM s, SCM v)
 {
index 6138a8daf90c56c0e59588b139e972eccc157cd3..4beca66cf72369515a58567f2bdcddd5eeda7b61 100644 (file)
@@ -38,8 +38,7 @@ Rhythmic_req::length_mom () const
   if (!d)
     {
       Moment m ;
-      //programming_error("Rhythmic_req has no duration");
-      origin ()->warning ("programming error: Rhythmic_req has no duration");
+      programming_error("Rhythmic_req has no duration");
       return m;
     }
   return d->length_mom ();