X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-vars.cc;h=dce813691ad8c63cae791fbf1d7ba41eae2ddbe7;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=45975cd666a8c95f017c920beea0504e53b00e6a;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/lily/global-vars.cc b/lily/global-vars.cc index 45975cd666..dce813691a 100644 --- a/lily/global-vars.cc +++ b/lily/global-vars.cc @@ -33,6 +33,9 @@ string init_name_global; /* Output formats to generate. */ string output_format_global = ""; +/* Generate big pdfs */ +bool bigpdfs = false; + /* Current output name. */ string output_name_global;