]> git.donarmstrong.com Git - lilypond.git/commitdiff
set PATH in script.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 13 Jun 2004 15:40:50 +0000 (15:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 13 Jun 2004 15:40:50 +0000 (15:40 +0000)
ChangeLog
Documentation/user/notation.itely
scm/output-gnome.scm

index 0eb16128a993eaf3df57c23b75d58033774ee9b2..10c8d18bcc54d8c55016f7b9d6c63ed005f46966 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * 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.
 
index 9eb9549780167b4285dc1d88a653ededb006d20f..5ccb40a1bfb300c43d72159f3b0cf608ab889bd9 100644 (file)
@@ -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.
index 71e92820eb5c3c625809526406034efe3de2885b..a771a5cd8051c227662abab10847f281fd3df2ca 100644 (file)
@@ -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