]> git.donarmstrong.com Git - lilypond.git/commitdiff
Don't use no longer defined option.
authorWerner Lemberg <wl@gnu.org>
Mon, 1 Dec 2008 23:12:58 +0000 (00:12 +0100)
committerWerner Lemberg <wl@gnu.org>
Mon, 1 Dec 2008 23:12:58 +0000 (00:12 +0100)
buildscripts/builder.py

index 06f9f413b712dc8896dd7a5cb9bce54eda1dba50..8313c37feca41d08cfdbe802611dc30413a511f2 100644 (file)
@@ -65,7 +65,7 @@ env.Append (BUILDERS = {'HH' : HH})
 # Setup LilyPond environment.  For the LilyPond build, we override
 # some of these commands in the ENVironment.
 
-lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 -dgs-font-load" '''
+lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2" '''
 
 env.Append (
     BSTINPUTS = '${SOURCE.dir}:${TARGET.dir}:',