From 3f2cea0658f4e79be7911986664297c79708f62f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 18 Jun 2004 15:12:01 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.texi | 2 +- Documentation/user/programming-interface.itely | 8 ++++++++ buildscripts/guile-gnome.sh | 6 +++++- lily/accidental.cc | 2 -- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index c488b5e97a..2285843080 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -103,7 +103,7 @@ results can be obtained. @item Start pitch for @code{relative} music is optional for music lists. -The default value is one octave below middle C. +The default value is middle C. @c update-me? formal definition of newaddlyrics, once it works @item Combining lyrics with music can be done with @code{\newlyrics} diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 05044a9321..661d9ae09e 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -527,6 +527,9 @@ to the @code{interpret-markup} function, with the @code{paper} and @node Context evaluation @appendixsubsec Context evaluation +@cindex calling code during interpreting +@cindex @code{\applycontext} + Contexts can be modified during interpretation with Scheme code. The syntax for this is @example @@ -549,6 +552,11 @@ current bar number on the standard output during the compile: @node Running a function on all layout objects @appendixsubsec Running a function on all layout objects + +@cindex calling code on layout objects +@cindex @code{\applyoutput} + + The most versatile way of tuning an object is @code{\applyoutput}. Its syntax is @example diff --git a/buildscripts/guile-gnome.sh b/buildscripts/guile-gnome.sh index 6f4f6f8ff9..940bc75d3b 100644 --- a/buildscripts/guile-gnome.sh +++ b/buildscripts/guile-gnome.sh @@ -32,7 +32,11 @@ MY_LIBTOOL=$(dpkg -l libtool | tail -1 | awk '{ print $3 }') PANGO_LIBTOOL=1.5.6-1 # Please state your love for the autotools today -I_LOVE_AUTOTOOLS=no +if [ "$I_LOVE_AUTOTOOLS" = "" ] ; then + I_LOVE_AUTOTOOLS=no +else + I_LOVE_AUTOTOOLS=yes +fi if [ -z "$AUTOCONF" ]; then unset AUTOCONF diff --git a/lily/accidental.cc b/lily/accidental.cc index e89306f41b..cde835bd53 100644 --- a/lily/accidental.cc +++ b/lily/accidental.cc @@ -20,8 +20,6 @@ accidental-placement.cc */ - - Stencil parenthesize (Grob*me, Stencil m) { -- 2.39.5