]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
Issue 4048 (4/5) Handle multiple (de)crescendi in depart/return groups
[lilypond.git] / lily / audio-item.cc
index 06603584b97663a30d2803363afcfabef69e0bf0..2c5d6916560d4d8d77e90155ee6d4bdfb3e440d0 100644 (file)
@@ -132,7 +132,7 @@ moment_to_ticks (Moment m)
   return int (moment_to_real (m) * 384 * 4);
 }
 
-void Audio_span_dynamic::set_end_moment(Moment mom)
+void Audio_span_dynamic::set_end_moment (Moment mom)
 {
   if (mom < start_moment_)
     {