X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-vars.cc;h=dce813691ad8c63cae791fbf1d7ba41eae2ddbe7;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=dd6c271e477ecf49ae9dcb4ea3ca3640b08992bb;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/lily/global-vars.cc b/lily/global-vars.cc index dd6c271e47..dce813691a 100644 --- a/lily/global-vars.cc +++ b/lily/global-vars.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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;