]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
Midi: add addlyrics test with mid2ly fix.
[lilypond.git] / lily / global-context.cc
index 3a29a6f24a27ef7fbc28d489214afcbba3947002..8d4164c4b26c9d822b66ec14aa2f9e773328fe25 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 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
@@ -200,7 +200,7 @@ Global_context::previous_moment () const
 }
 
 Context *
-Global_context::get_default_interpreter ()
+Global_context::get_default_interpreter (string /* context_id */)
 {
   if (get_score_context ())
     return get_score_context ()->get_default_interpreter ();