Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Kieren MacMillan
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

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
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

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
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

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Kieren MacMillan
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"

Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
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

Re: Advice for vocal score

2021-12-09 Thread Shane Brandes
Well, after monkeying around with things I came up with splitting the music data files with includes. So something like \include "sectiona.ly" \include "sectionb.ly" for a single part. etc. So a single part would be multiple includes and then the includes could be included where needed in the

How to place slurs above multiple objects

2021-12-09 Thread Paolo Prete
Hello, Suppose that I have a slur that must be placed ABOVE a note which is part of a a TupletBracket and an OttavaBracket . As the documentation explains, TupletBrackets and OttavaBrackets need to have the outside-staff-priority property set to false in order to be printed inside slurs.