diff options
author | Mats Bengtsson <mats.bengtsson@s3.kth.se> | 2005-04-29 09:18:09 +0000 |
---|---|---|
committer | Mats Bengtsson <mats.bengtsson@s3.kth.se> | 2005-04-29 09:18:09 +0000 |
commit | aa3e719480e0f7f2c446e149b02dcebaecd1c546 (patch) | |
tree | e2e65ad0035887ccc7fe87ba0936c8b2309cded7 /lily | |
parent | 358b3fa915467412ca79bb2af433ff131d7fca7f (diff) |
* lily/part-combine-engraver.cc: make sure that the relevant
properties are included in the documentation.
Diffstat (limited to 'lily')
-rw-r--r-- | lily/part-combine-engraver.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ ""); |