From f2cf49666f83640d0cb43322e927e430a4f97d6f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 26 Jul 2002 12:30:09 +0000 Subject: [PATCH] tags --- ChangeLog | 5 +++-- Documentation/header.html.in | 1 + Documentation/topdocs/INSTALL.texi | 18 +++++------------- lily/GNUmakefile | 3 ++- lily/grob-scheme.cc | 3 ++- 5 files changed, 13 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa458bc0fc..ad257c8e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -195,8 +195,9 @@ * lily/staff-spacing.cc (next_note_correction): idem - * lily/separating-group-spanner.cc (find_rods): use conditional_width(). - + * lily/separating-group-spanner.cc (find_rods): use + conditional_width(). + * scm/sketch.scm: fix roundfilledbox definition * lily/lily-guile.cc (robust_list_ref): be sensible with negative diff --git a/Documentation/header.html.in b/Documentation/header.html.in index 199e2cd117..5691705ad4 100644 --- a/Documentation/header.html.in +++ b/Documentation/header.html.in @@ -77,6 +77,7 @@ which substitutes some @AT_VARIABLES@ as well. lilypond.org/development
lilypond.org/stable
+ savannah.gnu.org
ftp.lilypond.org
Mutopia
Other music online
diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index a0f923d636..b206058a6b 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -49,26 +49,18 @@ If you want to compile LilyPond from source, download here: @end itemize -Of course, if your platform supports LilyPond, such as Debian GNU/Linux, -FreeBSD, OpenBSD or NetBSD, you're encouraged to use the native build -from source drill. - For Red Hat Linux and SuSE Linux, @file{.spec} files are included in the tarball; see instructions below. -@subsubsection Anonymous CVS access -Short version: +Of course, if your platform supports LilyPond, such as Debian GNU/Linux, +FreeBSD, OpenBSD or NetBSD, you're encouraged to use the native build +from source drill. -@quotation -@example -cvs -d :pserver:anoncvs@@lilypond.org:/home/lilypond login -cvs -d :pserver:anoncvs@@lilypond.org:/home/lilypond co -P lilypond -@end example -@end quotation +The latest development version is also available through anonymous +CVS. See @uref{http://savannah.gnu.org/cvs/?group=lilypond}. -See @uref{http://lilypond.org/wiki/?CVS} for more information. @html diff --git a/lily/GNUmakefile b/lily/GNUmakefile index edc0c0ae6e..ed402017d4 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -8,11 +8,12 @@ MODULE_LIBS=$(depth)/flower MODULE_INCLUDES= $(depth)/flower/include MODULE_CXXFLAGS= HELP2MAN_EXECS = lilypond - STEPMAKE_TEMPLATES= c++ executable po help2man include $(depth)/make/stepmake.make +ETAGS_FLAGS += -r '/^LY_DEFINE *(\([^,]+\),/\1/' -r '/^LY_DEFINE *([^,]+, *"\([^"]+\)"/\1/' + default: # force these: Make can't know these have to be generated in advance diff --git a/lily/grob-scheme.cc b/lily/grob-scheme.cc index 3242db1603..443938e763 100644 --- a/lily/grob-scheme.cc +++ b/lily/grob-scheme.cc @@ -3,6 +3,7 @@ #include "spanner.hh" #include "item.hh" #include "paper-def.hh" +#include "system.hh" LY_DEFINE(ly_set_grob_property,"ly-set-grob-property!", 3, 0, 0, (SCM grob, SCM sym, SCM val), @@ -114,7 +115,7 @@ Return the System Grob of @var{grob}. Grob *me = unsmob_grob (grob); SCM_ASSERT_TYPE (me, grob, SCM_ARG1, __FUNCTION__, "grob"); - if (Grob *g = me->get_system ()) + if (System *g = me->get_system ()) return g->self_scm (); return SCM_EOL; -- 2.39.2