X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fporrectus.cc;h=2bdbcd53d407efd6612cac2f1f9b73ba3be739c8;hb=ce521e79fd7669b45c8c1132e4b5693a03b5d90a;hp=d141b5267dbf33411eb4a931d5566f0b716b6644;hpb=7ec890357d298e4424208b0ba62812c0c9a85ee0;p=lilypond.git diff --git a/lily/porrectus.cc b/lily/porrectus.cc index d141b5267d..2bdbcd53d4 100644 --- a/lily/porrectus.cc +++ b/lily/porrectus.cc @@ -161,7 +161,7 @@ Porrectus::brew_molecule (SCM smob) Item *right_head = get_right_head (me); if (!left_head || !right_head) { - warning (_ ("junking lonely porrectus")); + me->warning (_ ("junking lonely porrectus")); me->suicide (); return SCM_EOL; } @@ -171,7 +171,7 @@ Porrectus::brew_molecule (SCM smob) if ((gh_symbol_p (scm_style)) && (scm_style != SCM_EOL)) style = ly_scm2string (scm_symbol_to_string (scm_style)); else { - warning (_ ("porrectus style undefined; using mensural")); + me->warning (_ ("porrectus style undefined; using mensural")); style = "mensural"; } @@ -189,7 +189,7 @@ Porrectus::brew_molecule (SCM smob) // determine add_stem and stem_direction automatically from durations { if (String::compare_i (style, "mensural") != 0) - warning (String("auto-property should be used for\r\n") + + me->warning (String("auto-property should be used for\r\n") + String("mensural style porrectus only; trying anyway")); int left_duration = @@ -219,7 +219,7 @@ Porrectus::brew_molecule (SCM smob) } else { - warning (String("auto-property: failed determining porrectus\r\n") + + me->warning (String("auto-property: failed determining porrectus\r\n") + String("properties due to improper durations; ") + String("using user-supplied properties")); } @@ -298,7 +298,7 @@ Porrectus::brew_vaticana_molecule (Item *me, { if (interval >= 0.0) { - warning (_ ("ascending vaticana style porrectus")); + me->warning (_ ("ascending vaticana style porrectus")); } Real space = Staff_symbol_referencer::staff_space (me);