X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-vars.make;h=cf1bc11203487102b4c3bb39d569aae1445a81fc;hb=4f29e2b1df31665625666f1bbae9c4be92ae79e6;hp=ac5dae67adac31196282ada957338ace8165d9aa;hpb=754cc32a99b43f5fee5ebf7ed1213017268d4939;p=lilypond.git diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index ac5dae67ad..cf1bc11203 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -22,15 +22,18 @@ export PYTHONPATH:=$(top-build-dir)/python/$(outconfbase):$(PYTHONPATH) the-script-dir=$(wildcard $(script-dir)) ABC2LY = $(script-dir)/abc2ly.py +MIDI2LY = $(script-dir)/midi2ly.py MUSICXML2LY = $(script-dir)/musicxml2ly.py CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND_BOOK = $(script-dir)/lilypond-book.py LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \ - -I $(input-dir)/lsr/ -I $(input-dir)/regression/ -I $(input-dir)/manual/ \ - -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ \ - -I $(top-build-dir)/mf/out/ -I $(top-src-dir)/input/manual \ - -I $(top-src-dir)/Documentation + -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets \ + -I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \ + -I $(top-build-dir)/mf/$(outconfbase)/ \ + -I $(top-build-dir)/mf/out/ \ + -I $(top-src-dir)/Documentation/pictures \ + -I $(top-build-dir)/Documentation/pictures/$(outdir) ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2