]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-context.hh
Make the parser interpret music function signatures ly:pitch? and ly:duration?
[lilypond.git] / lily / include / global-context.hh
index 5ea9e6b6fb92fa9b777d54c85b1b5c64536c86dd..c814b61c07dec07cb67f921cb730978f24251690 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 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
@@ -46,7 +46,7 @@ public:
   virtual SCM get_output ();
   virtual Output_def *get_output_def () const;
   virtual Moment now_mom () const;
-  virtual Context *get_default_interpreter ();
+  virtual Context *get_default_interpreter (string context_id = "");
 
   Moment previous_moment () const;
 protected: