Re: Fermata with parenthesis

2012-08-19 Thread Daniel E. Moctezuma
Thank you Bill! Indeed, that works great. I am making additional overrides, though: *\once \override ParenthesesItem #'font-size = #0* * \once \override ParenthesesItem #'padding = #1* * \once \override Script #'padding = #1* this way I achieve what I was looking for. Thanks again. -- Dani

Fermata with parenthesis

2012-08-18 Thread wjm
You wrote:- +++ I would like to ask for some advice on writing functions using Scheme. I'm looking to have a up fermata object with parenthesis, +++ At the risk of seeming naive, I ask whether you are reinventing the wheel with this particular example?

Re: Fermata with parenthesis

2012-08-18 Thread Daniel E. Moctezuma
As an additional note, maybe because of using 'TextScriptEvent on the function definition, I have to override on a TextScript object to successfully override any property on the parenUFermata object created. Taking a look on how to override properties on an ordinary fermata object, it seems you ha

Fermata with parenthesis

2012-08-18 Thread Daniel E. Moctezuma
Hello, I would like to ask for some advice on writing functions using Scheme. I'm looking to have a up fermata object with parenthesis, at the beginning I was using *make-dynamic-script* to achieve that (of course I had to use ^ or _ to properly place it). Now I'm using *make-music* specifying the