%% 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/collision-seconds.ly"
\sourcefileline 0
\version "2.19.21"

\header {
  texidoc = "Seconds do not confuse the collision algorithm.
The first pair of chords in each measure should merge, mesh,
or come relatively close, but the second in each measure needs
more space to make clear which notes belong to which voice."
}

\relative << {
  <a' b>2 <a b d e> <a e' f> <a e' f> <a b c> <f g a>
  \bar "||" <f g c> <g a c> <f g c d> <f g c d>
} \\ {
  <g a> <a b> <g a e'> <g a c e> <f g a> <a b c>
  <g a e'> <g a e'> <g c d> <g a b>
} >>



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