]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-array.hh
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / include / grob-array.hh
index cb2d2f56c1ff682a375bc82a32def1e0ae8bf6e7..f33bc82f71f098e996ac340f723090240db3ef81 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--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
@@ -53,6 +53,7 @@ DECLARE_UNSMOB (Grob_array, grob_array);
 
 vector<Grob*> const &ly_scm2link_array (SCM x);
 SCM grob_list_to_grob_array (SCM lst);
+SCM grob_array_to_list (Grob_array *array);
 
 #endif /* GROB_ARRAY_HH */