]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-combine-music-iterator.cc
*** empty log message ***
[lilypond.git] / lily / lyric-combine-music-iterator.cc
index 84abe734ef6ed3132711019b7108483e3f5a6092..ca31364695edcce5113d0cf347000b1b536f7d9a 100644 (file)
@@ -163,11 +163,9 @@ Lyric_combine_music_iterator::get_busy_status () const
 bool
 Lyric_combine_music_iterator::melisma_busy ()
 {
-  /*
-    We can not read the property, since music_iter_->get_outlet () might
-    not be the context that sets the melisma properties, but rather a
-    parent context.
-  */
+  /* We cannot read the property, since music_iter_->get_outlet () might
+     not be the context that sets the melisma properties, but rather a
+     parent context.  */
   return music_iter_->try_music (melisma_playing_req);
 }