On 2018-11-07 10:10 am, Pierre-Luc Gauthier wrote:
Hi Ben,

Le mer. 7 nov. 2018 à 12:57, Ben <soundsfromso...@gmail.com> a écrit :
Is this what you mean?
\revert Score.BarNumber.Y-offset

Yes.
But how could I know what bar is at the beginning of a system over 65+
pages of score ?
Making whatever change in the score could move the music pretty much
anywhere (not talking about some multiple staff parts that are also
concerned with this issue).

%%%%
  \override Score.BarNumber.Y-offset = #(lambda (grob)
    (if (eqv? 1 (ly:item-break-dir grob)) 4 0))
%%%%

-- Aaron Hill

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to