X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fbuilder.py;h=8313c37feca41d08cfdbe802611dc30413a511f2;hb=543171165412bc915d8ea1f308d070c74924b2f1;hp=06f9f413b712dc8896dd7a5cb9bce54eda1dba50;hpb=06179214e6e296a7befd73b6eb84d09ce5c98a19;p=lilypond.git diff --git a/buildscripts/builder.py b/buildscripts/builder.py index 06f9f413b7..8313c37fec 100644 --- a/buildscripts/builder.py +++ b/buildscripts/builder.py @@ -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}:',