]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ly-module.cc
* lily/text-item.cc (interpret_string): new file, select font with
[lilypond.git] / lily / ly-module.cc
index 7e22dcf202d720ce87dfc729a85df3d063e96932..a3a5be680f8f63178f04ee7d898f29b080990c81 100644 (file)
@@ -40,7 +40,7 @@ ly_clear_anonymous_modules ()
   SCM s = anon_modules;
   anon_modules = SCM_EOL;
   
-  for (; ly_pair_p (s) ; s = ly_cdr (s))
+  for (; is_pair (s) ; s = ly_cdr (s))
     {
       SCM tab= scm_c_make_hash_table (2);
       /* UGH. */