X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-mod.hh;h=d384d73a0481d2563700014974912d3817db0e37;hb=999595939c26d7f060ca73c6fd537248962942e0;hp=babb8642283a0714d9e1114751c5d3455f52e9e0;hpb=b275aa092642adb798079f7853309e2f5e4383ce;p=lilypond.git diff --git a/lily/include/context-mod.hh b/lily/include/context-mod.hh index babb864228..d384d73a04 100644 --- a/lily/include/context-mod.hh +++ b/lily/include/context-mod.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2010 Reinhold Kainhofer + Copyright (C) 2010--2012 Reinhold Kainhofer 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. @@ -43,12 +42,11 @@ public: void add_context_mod (SCM); void add_context_mods (SCM); - VIRTUAL_COPY_CONSTRUCTOR (Context_mod, Context_mod); - SCM get_mods () const; Context_mod (); Context_mod (Context_mod const &); + Context_mod (SCM mod_list); DECLARE_SIMPLE_SMOBS (Context_mod); };