X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fabc-rules.make;h=39ca43b17022d0b77c62bd32834e255cfeb0a2ef;hb=afa1bd21f874e89a73b1b3b0761ba5d7bcc83d2c;hp=876d54e4b59bea74d72e83562e53ebe056e77a6f;hpb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;p=lilypond.git diff --git a/make/abc-rules.make b/make/abc-rules.make index 876d54e4b5..39ca43b170 100644 --- a/make/abc-rules.make +++ b/make/abc-rules.make @@ -1,4 +1,4 @@ .SUFFIXES: .abc $(outdir)/%.ly: %.abc - $(PYTHON) $(ABC2LY) -o $@ $< + $(PYTHON) $(ABC2LY) --quiet -o $@ $<