X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fa2-engraver.cc;h=9360df3f679e566b251e2e4da43706452d78f9b5;hb=233b5a1921a6c2c438fb1516abdcc01cc5a244e8;hp=ac7177ba91cdddc3759853c564185ff00cf5dda4;hpb=3471866d047b2e22f6d42eedb936d5eddcb5a06a;p=lilypond.git diff --git a/lily/a2-engraver.cc b/lily/a2-engraver.cc index ac7177ba91..9360df3f67 100644 --- a/lily/a2-engraver.cc +++ b/lily/a2-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Jan Nieuwenhuizen + (c) 2000--2003 Jan Nieuwenhuizen */ #include "engraver.hh" @@ -200,18 +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", -/* acks */ "multi-measure-rest-interface -slur-interface stem-interface tie-interface note-head-interface dynamic-interface text-interface" +/* accepts */ "", +/* 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 */ "");