]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-change-iterator.cc
* lily/text-item.cc (interpret_string): new file, select font with
[lilypond.git] / lily / auto-change-iterator.cc
index 000e0417d07f901d34024172111429adf0d7b020..365d0cfbcae5dce972610658dd8ee06586b5407e 100644 (file)
@@ -91,7 +91,7 @@ Auto_change_iterator::process (Moment m)
   Moment now = get_outlet ()->now_mom ();
   Moment *splitm = 0;
   
-  for (; ly_pair_p (split_list_); split_list_ = ly_cdr (split_list_))
+  for (; is_pair (split_list_); split_list_ = ly_cdr (split_list_))
     {
       splitm = unsmob_moment (ly_caar (split_list_));
       if ((*splitm + start_moment_) > now)