]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head-line-engraver.cc
updates
[lilypond.git] / lily / note-head-line-engraver.cc
index 065de4cdb8afae7674d0de9cb5c6aead44bbe333..1e1dcf5a0486938a5bec24759adf5d6f2baec71e 100644 (file)
@@ -3,13 +3,13 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "engraver.hh"
 #include "group-interface.hh"
 #include "item.hh"
-#include "musical-request.hh"
+#include "event.hh"
 #include "spanner.hh"
 #include "stem.hh"
 #include "rhythmic-head.hh"
@@ -148,8 +148,8 @@ Note_head_line_engraver::stop_translation_timestep ()
 
 
 ENTER_DESCRIPTION(Note_head_line_engraver,
-/* descr */       "Engrave a line between two note heads, for example a glissando.
-If followVoice is set, staff switches also generate a line.",
+/* descr */       "Engrave a line between two note heads, for example a glissando.  If "
+" followVoice is set, staff switches also generate a line.",
 /* creats*/       "Glissando VoiceFollower",
 /* accepts */     "glissando-event",
 /* acks  */       "rhythmic-head-interface",