]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
* lily/lexer.ll: change is_string -> ly_c_string_p
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index d4636778c9cc457f44405dd848d22eb1a0a5d071..0dd91b2352428af70e9e4a4a3bd7cf5f1ab85694 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 || is_pair (current_reps))
+      && current_reps == SCM_EOL || ly_c_pair_p (current_reps))
     {
       current_reps = scm_cons (what, current_reps);
       where->internal_set_property (reps, current_reps);