%% 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/42b-MultiVoice-MidMeasureClefChange.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "A part with three voices; two on the upper staff and one on the
    lower staff. There are two clef changes in the upper staff, one in the
    middle of measure 1 and one at the end. The third voice (i.e., the second
    voice in the upper staff) has a length of only three eights, starting at the
    fourth eighth of the first measure.

    No voice contains <stem> elements."
}
\layout {
  \context {
    \Staff
    printKeyCancellation = ##f
  }
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative f' {
  \clef "treble" \time 6/8 \key c \major | % 83
  \oneVoice f8 _. [ d8 _. b8 _. ] \clef "bass" \voiceOne g8 ^( f4 ) \bar "||" % 84
  \clef "treble" \oneVoice e''8 _. _\fp [ c8 _. g8 _. ] g8 ^( e4 ) }

PartPOneVoiceTwo = \relative b {
  \clef "treble" \time 6/8 \key c \major s4. \clef "bass" r4 <b d f!>8 \bar "||" % 84
  \clef "treble" }

PartPOneVoiceThree = \relative g, {
  \clef "bass" \time 6/8 \key c \major | % 83
  r8 g8 _. [ g8 _. ] g8 _( [ a16 g16 fis16 g16 ) ] \bar "||" % 84
  <c e g c>4 r8 r4 g'8 _. }


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




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