]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.33
authorfred <fred>
Tue, 26 Mar 2002 22:47:03 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:03 +0000 (22:47 +0000)
VERSION
input/test/GNUmakefile
lily/property-engraver.cc

diff --git a/VERSION b/VERSION
index ce1d30b72f2e90d794db2ed1686a5f89b7a95c05..0c7ec166467859805a3dfccb00fe9411d32ca06f 100644 (file)
--- 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
index 0923318b9973a52651f3dd0559fa0981bfddc0e7..85f2a1fbca95700769594f23c84ba3d5a725e561 100644 (file)
@@ -1,7 +1,7 @@
 # input/test/Makefile
 
 depth = ../..
-examples=font20  
+examples= # font20  
 LOCALSTEPMAKE_TEMPLATES=mutopia
 
 include $(depth)/make/stepmake.make 
index e8f4aff10ae4647f1654fc2c91fa400e23144e4f..ba0c1ee4e1a4f9663ae181ebc14c313c878a04b4 100644 (file)
@@ -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);