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.

-- 
Daniel E. Moctezuma
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 have to use Script instead of TextScript to do the same, in
other words, my function creates an object of a different type.

4. How can I achieve that? Using 'ScriptEvent nor 'Script, seems to help
(is there any list of make-music properties somewhere?).

-- 
Daniel E. Moctezuma
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user