%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.26.0/input/regression/spanner-break-overshoot.ly"
\sourcefileline 0
\version "2.19.21"

\header {
  texidoc = "The @code{break-overshoot} property sets the amount that
a broken spanner `sticks out' of its bounds.

For broken beams and broken tuplet brackets, the bounds are given by the
prefatory matter on the left and/or the rightmost column on the right.  For
broken horizontal brackets, the bounds are the leftmost and/or rightmost
columns; for measure spanners, the left and/or right edge of the staff."
}

{
  \override Beam.break-overshoot = #'(1.0 . 2.0)
  \override Beam.breakable = ##t
  c''2.. c''8[ \time 2/2 \key e\major \break
  \repeat unfold 8 c''8 \break
  c''8] c''2..
}

{
  \override TupletBracket.break-overshoot = #'(1.0 . 2.0)
  \tuplet 3/2 { c''1. \time 2/2 \key e\major \break
  cis''1. \break
  c''1. }
}

{
  \override HorizontalBracket.break-overshoot = #'(1.0 . 2.0)
  c''1\startGroup \time 2/2 \key e\major \break
  cis''1 \break
  c''1
}

{
  \override Staff.MeasureSpanner.break-overshoot = #'(1.0 . 2.0)
  \startMeasureSpanner c''1 \time 2/2 \key e\major \break
  cis''1 \break
  c''1 \stopMeasureSpanner
}

\layout {
  ragged-right = ##t

  \context {
    \Staff
    \consists "Measure_spanner_engraver"
  }
  \context {
    \Voice
    \consists "Horizontal_bracket_engraver"
  }
}



% ****************************************************************
% end ly snippet
% ****************************************************************
