%% 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/musicxml/41a-MultiParts-Partorder.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "A piece with four parts named ‘P0’, ‘P1’, ‘P2’, and ‘P3’ (in that
    order)."
}
\layout {
  \context {
    \Staff
    printKeyCancellation = ##f
  }
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPZeroVoiceOne = \relative c' {
  \clef "treble" \numericTimeSignature \time 4/4 \key g \major c4 r4 r2 }

PartPOneVoiceOne = \relative e' {
  \clef "treble" \numericTimeSignature \time 4/4 \key g \major e4 r4 r2 }

PartPTwoVoiceOne = \relative g' {
  \clef "treble" \numericTimeSignature \time 4/4 \key g \major g4 r4 r2 }

PartPThreeVoiceOne = \relative b' {
  \clef "treble" \numericTimeSignature \time 4/4 \key g \major b4 r4 r2 }


% The score definition
\score {
  <<
    \new Staff = "P0" <<
      \set Staff.instrumentName = "Part 1"
      \context Staff <<
        \override Staff.BarLine.allow-span-bar = ##f
        \mergeDifferentlyDottedOn
        \mergeDifferentlyHeadedOn
        \context Voice = "PartPZeroVoiceOne" {
          \PartPZeroVoiceOne
        }
      >>
    >>
    \new Staff = "P1" <<
      \set Staff.instrumentName = "Part 2"
      \context Staff <<
        \override Staff.BarLine.allow-span-bar = ##f
        \mergeDifferentlyDottedOn
        \mergeDifferentlyHeadedOn
        \context Voice = "PartPOneVoiceOne" {
          \PartPOneVoiceOne
        }
      >>
    >>
    \new Staff = "P2" <<
      \set Staff.instrumentName = "Part 3"
      \context Staff <<
        \override Staff.BarLine.allow-span-bar = ##f
        \mergeDifferentlyDottedOn
        \mergeDifferentlyHeadedOn
        \context Voice = "PartPTwoVoiceOne" {
          \PartPTwoVoiceOne
        }
      >>
    >>
    \new Staff = "P3" <<
      \set Staff.instrumentName = "Part 4"
      \context Staff <<
        \override Staff.BarLine.allow-span-bar = ##f
        \mergeDifferentlyDottedOn
        \mergeDifferentlyHeadedOn
        \context Voice = "PartPThreeVoiceOne" {
          \PartPThreeVoiceOne
        }
      >>
    >>
  >>
  \layout {}
  % To create MIDI output, uncomment the following line:
  % \midi { \tempo 4 = 100 }
}




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