X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fvaticana-ligature.cc;h=0cf90c5af9522ffe17dba5f38754087dfa7538d9;hb=7ddf741c4f8fda9f1cee80dde923d6a3167fc73f;hp=6c0beaf38722dbfa1f7579e8661403f63b311af3;hpb=974f574a4b5400c1f7a8a7d8b353291e8c2c5f59;p=lilypond.git diff --git a/lily/vaticana-ligature.cc b/lily/vaticana-ligature.cc index 6c0beaf387..0cf90c5af9 100644 --- a/lily/vaticana-ligature.cc +++ b/lily/vaticana-ligature.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2003--2006 Juergen Reuter + (c) 2003--2007 Juergen Reuter */ #include "vaticana-ligature.hh" @@ -176,7 +176,7 @@ vaticana_brew_join (Grob *me, int delta_pitch, { me->programming_error (_f ("Vaticana_ligature: " "zero join (delta_pitch == 0)")); - return Stencil (); + return Lookup::blank (Box (Interval (0, 0), Interval (0, 0))); } Interval x_extent = Interval (0, join_thickness); Interval y_extent = (delta_pitch > 0) @@ -194,7 +194,7 @@ vaticana_brew_primitive (Grob *me) { me->programming_error ("Vaticana_ligature: " "undefined glyph-name -> ignoring grob"); - return Stencil (); + return Lookup::blank (Box (Interval (0, 0), Interval (0, 0))); } string glyph_name = ly_scm2string (glyph_name_scm); @@ -292,12 +292,12 @@ Vaticana_ligature::print (SCM) return SCM_EOL; } -ADD_INTERFACE (Vaticana_ligature, "vaticana-ligature-interface", - "A vaticana style gregorian ligature", +ADD_INTERFACE (Vaticana_ligature, + "A vaticana style Gregorian ligature.", /* properties */ "glyph-name " - "flexa-height " + "flexa-height " "flexa-width " "thickness " "add-cauda "