X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fpart-combine-engraver.cc;h=23c4bf358d0b259973dd5c43519cc7fc1f97566d;hb=37bb759e22a6de73cdd7e064ba4eb63412b52ddd;hp=b862a4f73db0a1ec22b802aa608d644e08177082;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/part-combine-engraver.cc b/lily/part-combine-engraver.cc index b862a4f73d..23c4bf358d 100644 --- a/lily/part-combine-engraver.cc +++ b/lily/part-combine-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2006 Jan Nieuwenhuizen + (c) 2000--2009 Jan Nieuwenhuizen Han-Wen Nienhuys */ @@ -15,6 +15,7 @@ #include "stem.hh" #include "stream-event.hh" #include "text-interface.hh" +#include "item.hh" #include "translator.icc" @@ -100,9 +101,19 @@ Part_combine_engraver::stop_translation_timestep () ADD_ACKNOWLEDGER (Part_combine_engraver, note_head); ADD_ACKNOWLEDGER (Part_combine_engraver, stem); ADD_TRANSLATOR (Part_combine_engraver, - /* doc */ "Part combine engraver for orchestral scores: " - "Print markings a2, Solo, Solo II, and unisono ", - /* create */ "CombineTextScript", - /* read */ "printPartCombineTexts soloText soloIIText " - "aDueText", - /* write */ ""); + /* doc */ + "Part combine engraver for orchestral scores: Print markings" + " @q{a2}, @q{Solo}, @q{Solo II}, and @q{unisono}.", + + /* create */ + "CombineTextScript ", + + /* read */ + "printPartCombineTexts " + "soloText " + "soloIIText " + "aDueText ", + + /* write */ + "" + );