From: Han-Wen Nienhuys Date: Thu, 1 Feb 2007 10:19:40 +0000 (+0100) Subject: tweaks. X-Git-Tag: release/2.11.15-2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=43658de50b6512d3ee641e31c7667720f129c0fe;p=lilypond.git tweaks. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 4eea5f1791..4bccec3f5f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/lily/slur.cc b/lily/slur.cc index 3d22a2cb19..d8c7652f5c 100644 --- a/lily/slur.cc +++ b/lily/slur.cc @@ -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)