lilypond-user
[Top][All Lists]
Advanced

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

Re: SystemStartBracket and BarNumber collision


From: Ben
Subject: Re: SystemStartBracket and BarNumber collision
Date: Wed, 7 Nov 2018 12:59:23 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 11/7/2018 12:44 PM, Pierre-Luc Gauthier wrote:
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 <address@hidden> 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
<address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

      


Skylines:

Attachment: skylines.png
Description: PNG image


reply via email to

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