Hi Federico,
Indeed, I should have seen this bug before posting.
Yes, an \override of BarNumber.Y-offset of e.g. 4 is an acceptable
solution but what about BarNumbers not located at the beginning of a
system?
Is there a way to workaround only the first bar displayed at the
beginning of a system and not others?
m.w.e.g. :
\version "2.19.0"
\layout {
\override Score.BarNumber.self-alignment-X = #CENTER
\override StaffGroup.SystemStartBracket.collapse-height = #1
\override Score.BarNumber.break-visibility = ##(#t #t #t)
\override Score.BarNumber.Y-offset = 4
}
\new StaffGroup {\set Score.currentBarNumber = #300 \bar "" 1 1}
Le sam. 3 nov. 2018 à 06:16, Federico Bruni <f...@inventati.org> a écrit :
>
> Hi Pierre-Luc
>
> Known bug, see;
> https://sourceforge.net/p/testlilyissues/issues/2313/
>
>
> Il giorno gio 1 nov 2018 alle 18:06, Pierre-Luc Gauthier
> <p.luc.gauth...@gmail.com> ha scritto:
> > Hi there,
> >
> > In the example bellow :
> > Why doesn't the SystemStartBracket push the BarNumber up?
> > Probably rather :
> > Why doesn't the SystemStartBracket register in the skylines?
> >
> > \version "2.21.0"
> >
> > \layout {
> > \override Score.BarNumber.self-alignment-X = #CENTER
> > \override StaffGroup.SystemStartBracket.collapse-height = #1
> > }
> > \new StaffGroup {\set Score.currentBarNumber = #300 \bar "" 4}
> >
> >
> > Of course I could raise the BarNumber.padding but that would be a work
> > around *and* would apply to all BarNumbers.
> >
> > Thanks
> > --
> > Pierre-Luc Gauthier
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
--
Pierre-Luc Gauthier
\version "2.21.0"
\layout {
\override Score.BarNumber.self-alignment-X = #CENTER
\override StaffGroup.SystemStartBracket.collapse-height = #0
\override Score.BarNumber.break-visibility = ##(#t #t #t)
\override Score.BarNumber.Y-offset = 4
}
\new StaffGroup {\set Score.currentBarNumber = #300 \bar "" 1 1}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user