]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-mod.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / context-mod.hh
index 3bcb9872634afea74fe0dbba4af589480060a1e3..297ec4bb39822beec2d2020c804ac5e1bb4f93b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2011 Reinhold Kainhofer <reinhold@kainhofer.com>
+  Copyright (C) 2010--2012 Reinhold Kainhofer <reinhold@kainhofer.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -30,7 +30,6 @@
 #include "smobs.hh"
 #include "virtual-methods.hh"
 
-
 /*
   Modifications for an interpretation context as given in the
   input.
@@ -49,6 +48,7 @@ public:
 
   Context_mod ();
   Context_mod (Context_mod const &);
+  Context_mod (SCM mod_list);
   DECLARE_SIMPLE_SMOBS (Context_mod);
 };