]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / bar-engraver.cc
index 26dd7a64b31059d24b9dd055370e7225ed1b52ec..2feb5f12a71a5a964f3a06002b76ade104946aad 100644 (file)
@@ -77,7 +77,7 @@ Bar_engraver::finalize ()
 void
 Bar_engraver::process_acknowledged_grobs ()
 {
-  if (!bar_ && gh_string_p (get_property ("whichBar")))
+  if (!bar_ && ly_string_p (get_property ("whichBar")))
     {
       create_bar ();
     }