Mark Polesky wrote:
Mats Bengtsson wrote:
If you replace it by \once \override Score.BarNumber #'transparent = ##t, it should work. Sorry!

Paul,

alternatively you could use this solution:

barNumberMark = {
  \once \override Score.BarNumber #'break-visibility = #'#(#f #f #f)
  \mark \default
}

\score {
  { ... \barNumberMark ... \barNumberMark ... \barNumberMark ... }
  \layout {
    \context {
      \Score
      markFormatter = #format-mark-box-barnumbers
Thanks. I already have shortcuts for all of this including one very similar to your barNumberMark.

Paul




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

Reply via email to