]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / global-context.cc
index 8a534ef3ca670018ddafe70f0d88a5bc264e3380..d04ec4eb38cbc307c5375d80610021f7844cb53f 100644 (file)
@@ -3,12 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "global-context.hh"
 
 #include <cstdio>
+using namespace std;
 
 #include "warn.hh"
 #include "music.hh"
@@ -29,9 +30,7 @@ Global_context::Global_context (Output_def *o, Moment final, Object_key *key)
 
   Context_def *globaldef = unsmob_context_def (definition_);
   if (!globaldef)
-    {
-      programming_error ("no `Global' context found");
-    }
+    programming_error ("no `Global' context found");
   else
     globaldef->apply_default_property_operations (this);
   accepts_list_ = scm_list_1 (ly_symbol2scm ("Score"));