]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/coherent-ligature-engraver.cc
2003 -> 2004
[lilypond.git] / lily / coherent-ligature-engraver.cc
index 50e6d57057b981571b97e8dd5fea074d5c9b9a41..19bc0a15a397fba7f8b15a8b7858ca89c875f573 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  2003 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2003 Juergen Reuter <reuter@ipd.uka.de>
  */
 
 #include "coherent-ligature-engraver.hh"
@@ -222,7 +222,7 @@ Coherent_ligature_engraver::typeset_ligature (Spanner *ligature,
 ENTER_DESCRIPTION (Coherent_ligature_engraver,
 /* descr */       "This is an abstract class.  Subclasses such as Gregorian_ligature_engraver handle ligatures by glueing special ligature heads together.",
 /* creats*/       "",
-/* accepts */     "ligature-event abort-event",
+/* accepts */     "ligature-event",
 /* acks  */      "note-head-interface rest-interface",
 /* reads */       "",
 /* write */       "");