Hello,

I've tried to fix this collision but I don't understand how I can avoid it. I believe it has to do with either my Score.BarNumber stencil or offsets of measure numbers, but I can't get the right combo with the system padding.

Ever since adding my slash dividers they are colliding with measure numbers. Can someone show me how to push down the system to make space for the slash and my adjusted bar number? I would like to move all systems down vertically just to 'stack' the slash + bar numbers more cleanly.

Thank you!

%%% an example / mockup portion of my code for comparison w/ attachment

\new Staff {
  \repeat unfold 100 { c1  }
}


\layout {

\override Score.BarNumber.stencil = #(make-stencil-boxer 0.14 0.65 ly:text-interface::print)
\override Score.BarNumber.Y-offset = #4
\override Score.BarNumber.X-offset = #-0.3

  system-system-spacing.padding = #x
    #'((basic-distance . x)
       (minimum-distance . x)
       (padding . x)
       (stretchability . x))

 }


\paper {
  #(set-paper-size "11x17")
  top-margin = 15\mm
  left-margin = 20\mm
  right-margin = 15\mm
  bottom-margin = 15\mm
  system-separator-markup = \slashSeparator

}

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to