]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
* lily/text-item.cc (interpret_string): new file, select font with
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index 0f2c980c5096440c42c8bea6ad317e43c975ba7c..d4636778c9cc457f44405dd848d22eb1a0a5d071 100644 (file)
@@ -109,7 +109,7 @@ Volta_repeat_iterator::add_repeat_command (SCM what)
 
   Context * where = get_outlet ()->where_defined (reps);
   if (where
-      && current_reps == SCM_EOL || ly_pair_p (current_reps))
+      && current_reps == SCM_EOL || is_pair (current_reps))
     {
       current_reps = scm_cons (what, current_reps);
       where->internal_set_property (reps, current_reps);