]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
programming_error messages should NOT be translated
[lilypond.git] / lily / mensural-ligature.cc
index f7de22edcf6f5411ce16e248df9980c8906fe1e1..4148c4719995db367c9ed3076443fd4e9bf23c15 100644 (file)
@@ -168,8 +168,8 @@ internal_brew_primitive (Grob *me)
                         note_shape == MLP_FLEXA_BEGIN);
       break;
     default:
-      programming_error (_ ("Mensural_ligature:"
-                            " unexpected case fall-through"));
+      programming_error ("Mensural_ligature:"
+                         " unexpected case fall-through");
       return Lookup::blank (Box (Interval (0, 0), Interval (0, 0)));
     }
 
@@ -230,7 +230,7 @@ internal_brew_primitive (Grob *me)
           out.add_stencil (join);
         }
       else
-        programming_error (_ ("Mensural_ligature: (join_right == 0)"));
+        programming_error ("Mensural_ligature: (join_right == 0)");
     }
 
 #if 0 /* what happend with the ledger lines? */