]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sequential-iterator.cc
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / lily / sequential-iterator.cc
index 2f0dd5187607254d8aa527aa595e60912229352b..cdb593c0407ee27ceaac629f7e9bb4b62b3e7985 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 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
@@ -55,7 +55,7 @@ Sequential_iterator::get_music_list () const
 {
   Music *m = get_music ();
   SCM proc = m->get_property ("elements-callback");
-  if (scm_procedure_p (proc))
+  if (ly_is_procedure (proc))
     return scm_call_1 (proc, m->self_scm ());
   else
     return SCM_EOL;