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


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

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



\paper {
  #(set-paper-size '(cons (* 160 mm) (* 60 mm)))
  indent = 0\mm
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.26.0/input/regression/musicxml/52b-Breaks.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "A system break (after measure 1) and a page break (after measure 2)
    using <print> elements."
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c'' {
  \time 4/4 c1 \break | % 1
  c1 \pageBreak | % 2
  c1 }


% The score definition
\book {
  \score {
    <<
      \new Staff = "P1" <<
        \context Staff <<
          \override Staff.BarLine.allow-span-bar = ##f
          \mergeDifferentlyDottedOn
          \mergeDifferentlyHeadedOn
          \context Voice = "PartPOneVoiceOne" {
            \PartPOneVoiceOne
          }
        >>
      >>
    >>
    \layout {}
    % To create MIDI output, uncomment the following line:
    % \midi { \tempo 4 = 100 }
  }
}




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