Pierre Perol-Schneider <[email protected]> writes: >> Le mar. 29 janv. 2019 à 17:57, David Kastrup <[email protected]> a écrit: >> >>> Pierre Perol-Schneider <[email protected]> writes: >>> >>> > Hi Bug Squad, >>> > >>> > %% Snippet: >>> > \version "2.19.82" >>> > { >>> > \tweak color #red \parenthesize c' >>> > %vs: >>> > \tweak ParenthesesItem.color #red \parenthesize c' >>> > } >>> > %% >>> >>> So? The color also does not affect Stem, LedgerLine or Flag by >>> default. Why should it affect the parentheses? >> > > So? Basically the manual says: " The \tweak command applies to the music > object that immediately follows value in the music stream." > Considering your answer, do you mean that " \tweak color #red \parenthesize" > does not follow the value?
It doesn't. It precedes the value which is c' . > Do you mean that parenthizes are no object? The music object is the c' . It is parenthesized, sure. But it also is stemmed. The parenthesization is not a music object of its own, it is a music function setting the parenthesize property on the following music object. Which results in the following music object additionally creating a ParenthesizeItem (or whatever it was called). > I've already asked myself about that before sending the bug report. > Your answer does not make any clarification, sorry. -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
