]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ligature-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / ligature-engraver.cc
index 41cb3b81390b34499f37210e809124c0f13dec24..16b2222ab578243a4107e6cc697c6332ad4a73c6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2008 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #include "ligature-engraver.hh"
@@ -90,7 +90,7 @@ Ligature_engraver::process_music ()
     {
       if (!ligature_)
        {
-         events_drul_[STOP]->origin ()->warning (_ (cannot find start of ligature"));
+         events_drul_[STOP]->origin ()->warning (_ ("cannot find start of ligature"));
          return;
        }