]> git.donarmstrong.com Git - lilypond.git/commitdiff
tweaks.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Feb 2007 10:19:40 +0000 (11:19 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Feb 2007 10:19:40 +0000 (11:19 +0100)
GNUmakefile.in
lily/slur.cc

index 4eea5f17918f5d9205affb259503424168f2bbbe..4bccec3f5f76ebaf4f9eaf10b076e2ba2fb9cc38 100644 (file)
@@ -229,6 +229,9 @@ test:
 
 
 test-baseline: test
+       if  test -d .git ; then \
+               @$(if $(shell git diff), echo "commit before base lining" && false,true) ; \
+       fi
        rm -rf input/regression/out-test-baseline
        mv input/regression/out-test input/regression/out-test-baseline
 
index 3d22a2cb19a95355fe5730a8816e526e8a40fcf1..d8c7652f5c5fc3d949539d51f460024c46dd4fdc 100644 (file)
@@ -28,7 +28,7 @@
 #include "warn.hh"
 #include "slur-scoring.hh"
 #include "separation-item.hh"
-#include "script-interface.hh"
+#include "international.hh"
 
 
 
@@ -353,7 +353,8 @@ Slur::auxiliary_acknowledge_extra_object (Grob_info const &info,
        }
     }
   else
-    e->warning ("Ignoring grob for slur. avoid-slur not set?");
+    e->warning (_f ("Ignoring grob for slur: %s. avoid-slur not set?",
+                   e->name().c_str ()));
 }
 
 MAKE_SCHEME_CALLBACK (Slur, cross_staff, 1)