]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sequential-music-iterator.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / sequential-music-iterator.cc
index bf0f63050948c5c1ee1565ae675ef258771085c2..f933df7bb43330d82351adf8fae1bd8283444196 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "context.hh"
@@ -16,5 +16,5 @@ IMPLEMENT_CTOR_CALLBACK (Sequential_music_iterator);
 SCM
 Sequential_music_iterator::get_music_list ()const
 {
-  return get_music()->get_property ("elements");
+  return get_music ()->get_property ("elements");
 }