]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/part-combine-engraver.cc: make sure that the relevant
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 29 Apr 2005 09:18:09 +0000 (09:18 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 29 Apr 2005 09:18:09 +0000 (09:18 +0000)
properties are included in the documentation.

ChangeLog
lily/part-combine-engraver.cc

index 6e247860eeb6d1e4c31d518697970b9dec050a95..5436418acd64db8b0ff66758920bc53cf26e17fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/part-combine-engraver.cc: make sure that the relevant
+       properties are included in the documentation.
+
 2005-04-28  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/lilypond-book.itely: Bernard's docs
index b32b83236fd820d8504d702f59a5c2630a9fba65..d5014356a932d1e5c6c04f56475288aaaa4e06c8 100644 (file)
@@ -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 */ "");