lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SystemStartBracket and BarNumber collision


From: Aaron Hill
Subject: Re: SystemStartBracket and BarNumber collision
Date: Wed, 07 Nov 2018 15:24:35 -0800
User-agent: Roundcube Webmail/1.3.6

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

Le mer. 7 nov. 2018 à 12:57, Ben <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]