X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fglobal-vars.cc;h=dce813691ad8c63cae791fbf1d7ba41eae2ddbe7;hb=93480498d7f4fec2e33ac6ff2685153014922a9e;hp=f12e957d5e434d4fba54e718d03d14decc34fd0c;hpb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;p=lilypond.git diff --git a/lily/global-vars.cc b/lily/global-vars.cc index f12e957d5e..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--2012 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;