X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-vars.cc;h=dce813691ad8c63cae791fbf1d7ba41eae2ddbe7;hb=cc9f25fa7ad9eecd1d1d9cfc2b3c50d96a847386;hp=45975cd666a8c95f017c920beea0504e53b00e6a;hpb=c054eb280fd9953596eb164f67b0f9d5555c5a32;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;