]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-vars.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / global-vars.cc
index dd6c271e477ecf49ae9dcb4ea3ca3640b08992bb..dce813691ad8c63cae791fbf1d7ba41eae2ddbe7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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;