]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performance.hh
Merge branch 'issue4032'
[lilypond.git] / lily / include / performance.hh
index 31d65d9b33ad121489814934a2d3a7e751e9d1e1..f3093f82c5060699bddb979a5aa0f7e428c735dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -31,6 +31,8 @@ public:
   ~Performance ();
   DECLARE_CLASSNAME (Performance);
 
+  static Performance *unsmob (SCM);
+
   void add_element (Audio_element *p);
   virtual void process ();
   void remap_grace_durations ();