From: fred <fred>
Date: Tue, 26 Mar 2002 22:47:03 +0000 (+0000)
Subject: lilypond-1.3.33
X-Git-Tag: release/1.5.59~1822
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00b632d4608123bcd817e9c1e0ec73a597ef8981;p=lilypond.git

lilypond-1.3.33
---

diff --git a/VERSION b/VERSION
index ce1d30b72f..0c7ec16646 100644
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
-PATCH_LEVEL=32
+PATCH_LEVEL=33
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
diff --git a/input/test/GNUmakefile b/input/test/GNUmakefile
index 0923318b99..85f2a1fbca 100644
--- a/input/test/GNUmakefile
+++ b/input/test/GNUmakefile
@@ -1,7 +1,7 @@
 # input/test/Makefile
 
 depth = ../..
-examples=font20  
+examples= # font20  
 LOCALSTEPMAKE_TEMPLATES=mutopia
 
 include $(depth)/make/stepmake.make 
diff --git a/lily/property-engraver.cc b/lily/property-engraver.cc
index e8f4aff10a..ba0c1ee4e1 100644
--- a/lily/property-engraver.cc
+++ b/lily/property-engraver.cc
@@ -74,8 +74,8 @@ Property_engraver::apply_properties (SCM p, Score_element *e)
 	{
 	  SCM errport = scm_current_error_port ();
 	  warning (_("Wrong type for property"));
-	  
-	  scm_puts ("type predicate: ", errport);
+	  scm_display (prop_sym, errport);
+	  scm_puts (", type predicate: ", errport);
 	  scm_display (type_p, errport);
 	  scm_puts (", value found: ", errport);
 	  scm_display (val, errport);