lilypond-user
[Top][All Lists]
Advanced

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

Collision with slash separator and measure numbers


From: Ben
Subject: Collision with slash separator and measure numbers
Date: Fri, 29 Jun 2018 16:38:24 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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
 
}

Attachment: collide-or8.png
Description: PNG image

Attachment: collide2-fs8.png
Description: PNG image


reply via email to

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