Re: bar number alignment

2019-05-26 Thread Jean ABOU SAMRA
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

Re: bar number alignment

2019-05-26 Thread Pierre Perol-Schneider
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

Re: bar number alignment

2019-05-25 Thread Aaron Hill
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):

bar number alignment

2019-05-25 Thread Pierre Perol-Schneider
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