]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-specced-music-iterator.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / context-specced-music-iterator.cc
index 2f7445fd6760fa34bf96b8f65f93df2eab471d30..f5d678115670df50a5f3bef1d1c7b28497c958c9 100644 (file)
@@ -25,7 +25,7 @@ Context_specced_music_iterator::construct_children ()
 
   String c_id;
   SCM ci = get_music ()->get_property ("context-id");
-  if (gh_string_p (ci))
+  if (ly_string_p (ci))
     c_id = ly_scm2string (ci);
   SCM ops = get_music ()->get_property ("property-operations");