Le 10/12/2021 à 18:53, Paolo Prete a écrit :
Thank you too for the tip,
Unfortunately, it seems to produce weird results in some cases, For
example: I can't set the 'padding' property in a consistent way. See
the snippet below (and please, give me a feedback, so the gitlab page
can be updated
Thank you too for the tip,
Unfortunately, it seems to produce weird results in some cases, For
example: I can't set the 'padding' property in a consistent way. See the
snippet below (and please, give me a feedback, so the gitlab page can be
updated, if needed).
It appears to me that there is a con
On Fri, Dec 10, 2021 at 3:47 AM Kieren MacMillan <
kie...@kierenmacmillan.info> wrote:
> Hi Paolo,
>
> Maybe this gives you a starting point?
>
> %%%
> \version "2.23.4"
>
> ignoreH =
>\propertyTweak horizontal-skylines ##f
>\propertyTweak extra-spacing-width #empty-interval
>\etc
>
>
Le 10/12/2021 à 01:13, Paolo Prete a écrit :
Hello,
please look at this snippet (tested with 2.22.0):
%
{
\time 5/4
\override TupletBracket.direction = #UP
\tuplet 3/2 { a'' a'' ais''-.}
s
\tuplet 3/2 { \once \hide Accidental a'' a'' ais''}
}
%
As you can see, the vertical gap between
Hi Paolo,
Maybe this gives you a starting point?
%%%
\version "2.23.4"
ignoreH =
\propertyTweak horizontal-skylines ##f
\propertyTweak extra-spacing-width #empty-interval
\etc
ignoreV =
\propertyTweak vertical-skylines ##f
\propertyTweak extra-spacing-height #empty-interval
\e
On Fri, Dec 10, 2021 at 2:53 AM Paolo Prete wrote:
>
> 1) the upper margin should be calculated from the BOTTOM of the
> TupletBracket
>
Then I wonder if is there a way to overlay a white filled box on the
TupletBracket, or a white vertical line at its bottom, in a way that the
new padding is ca
Hello,
Unfortunately your work-around can't be applied because the issue happens
for every articulation, not only for the staccato. In addition, it would
not affect the midi output of the articulate script.
Note that the issue is not on the staccato dot, it is on the gap between
the accidental and
Hi Paolo,
> please look at this snippet (tested with 2.22.0)
Definitely a bug; you should post it to the -bug list.
> Is there a way to fix this?
I hope so… If you're totally stuck and need to get the score out the door ASAP
(the story of my life!), here's a "build-it-from-scratch" workaround:
Hello,
please look at this snippet (tested with 2.22.0):
%
{
\time 5/4
\override TupletBracket.direction = #UP
\tuplet 3/2 { a'' a'' ais''-.}
s
\tuplet 3/2 { \once \hide Accidental a'' a'' ais''}
}
%
As you can see, the vertical gap between the staccato dot and the tuplet
bracket is shor