]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-align-engraver.cc
Typo in time-signature-settings.scm
[lilypond.git] / lily / piano-pedal-align-engraver.cc
index 302a39bd3c95949a27d68b7bd2b5877acb8ea011..31115925996d2ce309865beccda09152d142e735 100644 (file)
@@ -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;
 }