]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-align-engraver.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / piano-pedal-align-engraver.cc
index 3080393e4866676dedf4867454f9800bdfaa3d53..e05cee9e058c4d47cea7c1f7093b64e972a0b2d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -165,7 +165,7 @@ Piano_pedal_align_engraver::get_grob_pedal_type (Grob_info g)
   if (g.event_cause ()->in_event_class ("una-corda-event"))
     return UNA_CORDA;
 
-  programming_error ("Unknown piano pedal type. Defaulting to sustain");
+  programming_error ("Unknown piano pedal type.  Defaulting to sustain");
   return SUSTAIN;
 }