]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-def.hh
Get 'line-positions and line_count from staff symbol grob in Staff_symbol::on_line ().
[lilypond.git] / lily / include / context-def.hh
index 5d133ddbf44b2a367aefa727dd92bcbe39b40ead..ea81eb1295be8f55aab47b8fa6c7ada6e3b93dd0 100644 (file)
@@ -49,8 +49,8 @@ public:
   VIRTUAL_COPY_CONSTRUCTOR(Context_def, Context_def);
 
   vector<Context_def*> path_to_acceptable_context (SCM type_string,
-                                                     Output_def *) const;
-  Context *instantiate (SCM extra_ops, Object_key const *);
+                                                  Output_def *, SCM) const;
+  Context *instantiate (SCM extra_ops);
 
   SCM to_alist () const;
   static SCM make_scm ();