From: Mats Bengtsson Date: Fri, 29 Apr 2005 09:18:09 +0000 (+0000) Subject: * lily/part-combine-engraver.cc: make sure that the relevant X-Git-Tag: release/2.5.22~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa3e719480e0f7f2c446e149b02dcebaecd1c546;p=lilypond.git * lily/part-combine-engraver.cc: make sure that the relevant properties are included in the documentation. --- diff --git a/ChangeLog b/ChangeLog index 6e247860ee..5436418acd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-29 Mats Bengtsson + + * lily/part-combine-engraver.cc: make sure that the relevant + properties are included in the documentation. + 2005-04-28 Graham Percival * Documentation/user/lilypond-book.itely: Bernard's docs diff --git a/lily/part-combine-engraver.cc b/lily/part-combine-engraver.cc index b32b83236f..d5014356a9 100644 --- a/lily/part-combine-engraver.cc +++ b/lily/part-combine-engraver.cc @@ -99,5 +99,6 @@ ADD_TRANSLATOR (Part_combine_engraver, /* accepts */ "part-combine-event", /* acks */ "multi-measure-rest-interface " "slur-interface stem-interface note-head-interface", - /* reads */ "printPartCombineTexts", + /* reads */ "printPartCombineTexts soloText soloIIText" + "aDueText", /* write */ "");