]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-item.cc
Doc: Augment section about titles (3103)
[lilypond.git] / lily / midi-item.cc
index a52c990ae0ff072d789e5cf76eafd0e6b3fab731..0d0edbb4c7fc904a8f4526ecc6389799587e558b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -158,7 +158,7 @@ Midi_time_signature::to_string () const
   int num = abs (audio_->beats_);
   if (num > 255)
     {
-      warning ("Time signature with more than 255 beats. Truncating");
+      warning (_ ("Time signature with more than 255 beats.  Truncating"));
       num = 255;
     }