]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/a2-engraver.cc
* GNUmakefile.in: config.h message fix.
[lilypond.git] / lily / a2-engraver.cc
index 2897e39f9517bca119aee2e96936d5f41bd5afeb..c1b5e47036eee42937a2c96988d4b75be6415528 100644 (file)
@@ -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 */       "");