Re: Can't use edition engraver to place \time and \tempo

2017-07-12 Thread caagr98
I would suggest adding separate functions for adding standalone text grobs. Would make a lot more sense than handling some types of objects differently. On 07/12/2017 09:47 AM, Jan-Peter Voigt wrote: Hi again, I merged your PR, so \time and \tempo should work now. And I prepared a PR myself

Re: Can't use edition engraver to place \time and \tempo

2017-07-12 Thread Jan-Peter Voigt
Hi again, I merged your PR, so \time and \tempo should work now. And I prepared a PR myself to streamline event-broadcasting. That works fine and marks can now be added. With the default way for TextScript there is only one problem. I often add TextScript to Staff contexts when they are

Re: Can't use edition engraver to place \time and \tempo

2017-07-10 Thread Jan-Peter Voigt
thank you for your messages! Am 10.07.2017 um 14:33 schrieb caag...@gmail.com: I didn't notice any timing problems with \time. Of course, if you use it to add a time signature somewhere weird it gets broken, but that happens with inserting random time signatures in the source as well. If used

Re: Can't use edition engraver to place \time and \tempo

2017-07-10 Thread caagr98
I didn't notice any timing problems with \time. Of course, if you use it to add a time signature somewhere weird it gets broken, but that happens with inserting random time signatures in the source as well. If used responsibly, it works fine. My \tempo patch seems to work (needs some more

Re: Can't use edition engraver to place \time and \tempo

2017-07-10 Thread Jan-Peter Voigt
Hi there, yes the edition-engraver does not able to insert time and tempo. I decided not to include \time, because it would mess with the timing and therefore with addressing elements in time. \tempo is just not implemented (yet). So if you can provide a reasonable pull request I will be

Re: Can't use edition engraver to place \time and \tempo

2017-07-10 Thread caagr98
After some research, it seems edition engraver only _pretends_ to insert arbitrary objects - it actually only supports a select few types of objects. Not including \tempo and \time. \time can be worked around rather easily (see snippet below), but for \tempo, it seems I'd have to modify the