From: Han-Wen Nienhuys Date: Sun, 13 Jun 2004 15:40:50 +0000 (+0000) Subject: set PATH in script. X-Git-Tag: release/2.3.4~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4511ab0f51688d176778af27b2f069e05809e5b0;p=lilypond.git set PATH in script. --- diff --git a/ChangeLog b/ChangeLog index 0eb16128a9..10c8d18bcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-06-13 Han-Wen Nienhuys + * scm/output-gnome.scm: set PATH in script. + * scm/page-layout.scm (default-page-make-stencil): don't stretch if there is too few systems on a page. diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 9eb9549780..5ccb40a1bf 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -3316,7 +3316,7 @@ The easiest way to add lyrics to a melody, is by appending to a melody. Here is an example, -@lilypond[raggedright] +@lilypond[raggedright,verbatim] \relative { \time 3/4 c2 e4 g2. } \newlyrics { play the game } @end lilypond @@ -3324,7 +3324,7 @@ to a melody. Here is an example, More stanzas can be added by adding more @code{\newlyrics} sections -@lilypond[raggedright] +@lilypond[raggedright,verbatim] \relative { \time 3/4 c2 e4 g2. } \newlyrics { play the game } \newlyrics { speel het spel } @@ -3334,7 +3334,7 @@ More stanzas can be added by adding more The @code{\newlyrics} keyword has three functions: it interprets the following words as texts instead of notes, it sets up a context for printing texts (the @code{Lyrics} context), and it couples the melody -with the lyrics, so that the durations of both are aligned. +with the lyrics, so the durations of both are aligned. These three functions can be controlled separately, and that is what the following sections are about. diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 71e92820eb..a771a5cd80 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -69,6 +69,9 @@ export LD_LIBRARY_PATH=$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib set -ex +# no CVS guile. +export PATH=/usr/bin/:$PATH + if [ -d $HOME/usr/pkg/libffi/ ] ; then export LDFLAGS=-L$HOME/usr/pkg/libffi/lib/ export CPPFLAGS=-I$HOME/usr/pkg/libffi/include