]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/a2-engraver.cc
(stop_translation_timestep):
[lilypond.git] / lily / a2-engraver.cc
index f0bc17f137da0dfec5fd9e526a67d674abd526d3..9360df3f679e566b251e2e4da43706452d78f9b5 100644 (file)
@@ -3,7 +3,7 @@
 
   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"
@@ -200,19 +200,17 @@ A2_engraver::stop_translation_timestep ()
 }
 
 ENTER_DESCRIPTION(A2_engraver,
-/* descr */       "Part combine engraver for orchestral scores.
-
-The markings @emph{a2}, @emph{Solo} and @emph{Solo II}, are
-created by this engraver.  It also acts upon instructions of the part
-combiner.  Another thing that the this engraver, is forcing of stem,
-slur and tie directions, always when both threads are not identical;
-up for the musicexpr called @code{one}, down for the musicexpr called
-@code{two}.
-
-",
+/* descr */       "Part combine engraver for orchestral scores.                "
+"The markings @emph{a2}, @emph{Solo} and @emph{Solo II}, are           "
+"created by this engraver.  It also acts upon instructions of the part "
+"combiner.  Another thing that the this engraver, is forcing of stem,  "
+"slur and tie directions, always when both threads are not identical;  "
+"up for the musicexpr called @code{one}, down for the musicexpr called "
+"@code{two}.                                                           "
+,
 /* creats*/       "TextScript",
 /* accepts */     "",
-/* acks  */       "multi-measure-rest-interface
-slur-interface stem-interface tie-interface note-head-interface dynamic-interface text-interface"
+/* acks  */       "multi-measure-rest-interface "
+"slur-interface stem-interface tie-interface note-head-interface dynamic-interface text-interface"
 ,/* reads */       "combineParts noDirection soloADue soloText soloIIText aDueText split-interval unison solo unisilence unirhythm",
 /* write */       "");