]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / tie.cc
index aaac5fbbd484433bf7498315d7fc7ec3971fbb3c..4e3460f79bb76a5a75c09472abe78c79b67557e5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -104,7 +104,7 @@ Tie::get_position (Grob *me)
     systems.. We should look at the first broken copy.
 
   */
-  programming_error ("Tie without heads. Suicide");
+  programming_error ("Tie without heads.  Suicide");
   me->suicide ();
   return 0;
 }