From: Han-Wen Nienhuys Date: Sat, 6 Jan 2007 16:04:10 +0000 (+0100) Subject: coding style nit. X-Git-Tag: release/2.11.10-1~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3699fbf388b4cab08f9951b0c1bf3e192c2db2eb;p=lilypond.git coding style nit. --- diff --git a/lily/part-combine-engraver.cc b/lily/part-combine-engraver.cc index 121ad3fbd2..831d4fb12e 100644 --- a/lily/part-combine-engraver.cc +++ b/lily/part-combine-engraver.cc @@ -104,6 +104,9 @@ 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 " + /* read */ + "printPartCombineTexts " + "soloText " + "soloIIText " "aDueText", /* write */ "");