X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmensural-ligature.cc;h=1670de902b965df5c51bb1ed5cc40829bb62411e;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=e4901a4eca96fa63c212d5be5f05dc0b59c012b8;hpb=2909349bdbefbf880fa9c8c47ba2eddf9f9855ca;p=lilypond.git diff --git a/lily/mensural-ligature.cc b/lily/mensural-ligature.cc index e4901a4eca..1670de902b 100644 --- a/lily/mensural-ligature.cc +++ b/lily/mensural-ligature.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2007 Juergen Reuter , + (c) 2002--2008 Juergen Reuter , Pal Benko */ @@ -138,8 +138,8 @@ internal_brew_primitive (Grob *me) out = brew_flexa (me, delta_pitch, false, width, thickness); break; default: - programming_error (_f ("Mensural_ligature: " - "unexpected case fall-through")); + programming_error (_ ("Mensural_ligature: " + "unexpected case fall-through")); return Lookup::blank (Box (Interval (0, 0), Interval (0, 0))); } @@ -189,7 +189,7 @@ internal_brew_primitive (Grob *me) out.add_stencil (join); } else - programming_error (_f ("Mensural_ligature: (join_right == 0)")); + programming_error (_ ("Mensural_ligature: (join_right == 0)")); } #if 0 /* what happend with the ledger lines? */