]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melisma-translator.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / melisma-translator.cc
index fbe0aa3befd50d6c04d3900be0dada668fcab603..74b0e10d5e496ef41c9fd4632ccd426b07cb98d7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -29,9 +29,7 @@ bool
 Melisma_translator::try_music (Music *m)
 {
   if (m->is_mus_type ("melisma-playing-event"))
-    {
-      return melisma_busy (context ());
-    }
+    return melisma_busy (context ());
   else if (m->is_mus_type ("melisma-span-event"))
     {
       event_ = m;