Re: Tuplet bracket visibility seems to break something

2021-09-02 Thread Paul Hodges
Thanks - that sorts out a lot (and exposes another issue I'll write about separately!). In my many decades of programming I always had reservations about "syntactic sugar" - different ways of expressing the same thing. When the alternatives do not have the same behaviour at all times, they can

Re: Tuplet bracket visibility seems to break something

2021-09-02 Thread Leo Correia de Verdier
The reason for it breaking is that in the code you posted there are vertical lines ” || " instead of backslashes ” \\ ” separating the voices. The bracket issue is that the override needs to go in a context where the tuples sees it. By default it goes into the Voice context here, and the << … \

Tuplet bracket visibility seems to break something

2021-09-01 Thread Paul Hodges
In the following code, the first expression does more or less what I want; but I also want tuplet brackets. However, specifying that they are wanted, as in the second expression, seems to break stuff, and I have no idea why. In fact, it is simply the presence of the override which causes the

Tuplet bracket visibility

2011-04-06 Thread Peter O'Doherty
Hi, Lilypond seems to be selective in applying the \override command to allow bracket visibility (which I have in the layout section as below). Is there another way to force it to always do so? Thanks again, Peter \layout { \context { \Score \override TupletBracket #'brack