Hi,
I'm the one who asked this question at first on -users-fr. Thank you very much
for this nice tweaking!
As bar numbers appearing at the end of a line should also be centered, I
ultimately settled on this code :
\version "2.21.0"
\layout {
\context {
\Score
\override BarNumber.break
Close! Thank you Aaron.
I'd change the sign though : \override Score.BarNumber.self-alignment-X =
#(lambda (grob) (+ (ly:item-break-dir grob)))
Cheers,
Pierre
Le dim. 26 mai 2019 à 00:23, Aaron Hill a écrit :
> On 2019-05-25 2:58 pm, Pierre Perol-Schneider wrote:
> > Hi,
> > On the french list
On 2019-05-25 2:58 pm, Pierre Perol-Schneider wrote:
Hi,
On the french list a user would like to get bar numbers -- every 3 bars
--
center aligned exept when systems start.
Is there a way, such as \alterBroken for spanners, that could help ?
Snippet (with \alterBroken just as an example):
\ver
Hi,
On the french list a user would like to get bar numbers -- every 3 bars --
center aligned exept when systems start.
Is there a way, such as \alterBroken for spanners, that could help ?
Snippet (with \alterBroken just as an example):
\version "2.21.0"
{
\override Score.BarNumber.break-visibil