]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Jun 2004 15:12:01 +0000 (15:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Jun 2004 15:12:01 +0000 (15:12 +0000)
Documentation/topdocs/NEWS.texi
Documentation/user/programming-interface.itely
buildscripts/guile-gnome.sh
lily/accidental.cc

index c488b5e97af98ee26b9a3aea9e4ae2885ff4017c..22858430803b145fc5df4318b45a7c030c537e00 100644 (file)
@@ -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}
index 05044a9321694744d89b15106c29472e5491d018..661d9ae09e468a6d17d653800826457a649ab9c1 100644 (file)
@@ -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
index 6f4f6f8ff99ae09715036fe3d468c819d02d41aa..940bc75d3bf913e7b89fd5f89df14e89d2bd428f 100644 (file)
@@ -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
index e89306f41bd24574a9259a9cb175d1077f5489c8..cde835bd534aff2a196df53d144ab3d5fb357527 100644 (file)
@@ -20,8 +20,6 @@
   accidental-placement.cc
 
 */
-
-
 Stencil
 parenthesize (Grob*me, Stencil m)
 {