DynamicText artificially extends bar size when within a StaffGroup

2019-10-03 Thread Jean-Baptiste Mazon
Hi, I discovered this on my local 2.19.81, but it appears to be a regression somewhere between 2.18.2 and 2.19.55 (compare http://lilybin.com/h2ixxn/1 and http://lilybin.com/h2ixxn/2) \version "2.18.0" % The \tweak isn't necessary per-se, it just makes it

Re: grob::rhythmic-location and \set Score.currentBarNumber

2019-10-03 Thread Davide Liessi
What about introducing a new grob property containing the _printed_ bar number and the measure position? Unless, of course, there is already a way to retrieve the desired information. With the attached patch, the input file \version "2.19.82" { \override Score.BarNumber.break-visibility = ##(#t

Re: grob::rhythmic-location and \set Score.currentBarNumber

2019-10-03 Thread David Kastrup
Davide Liessi writes: > What about introducing a new grob property containing the _printed_ > bar number and the measure position? > Unless, of course, there is already a way to retrieve the desired information. Well, you could keep track of the internalBarNumber/barNumber relation with an engra