]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / system-start-delimiter.cc
index 9192c7acf358f46d0980c5bd907ffe91a9a66e5e..8e978a4bc5a43e06bf4dfe8fdf4d20fef0bb1c24 100644 (file)
@@ -65,7 +65,7 @@ System_start_delimiter::after_line_breaking (SCM smob)
   Spanner *me = dynamic_cast<Spanner *> (unsmob_grob (smob));
   
   SCM gl = me->get_property ("glyph");
-  if (ly_c_equal_p (gl, scm_makfrom0str ("bar-line")))
+  if (ly_is_equal (gl, scm_makfrom0str ("bar-line")))
     {
       int count = 0;
       Paper_column *left_column = me->get_bound (LEFT)->get_column ();