%% Generated by lilypond-book
%% Options: [book,exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,no-tagline,paper-height=50\mm,paper-width=160\mm,papersize='(cons (* 160 mm) (* 50 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) (* 50 mm)))
  indent = 0\mm
}

\layout {
  
}




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

\header {
  copyright = \markup \column {
    \line { "Copyright © XXXX by Y. ZZZZ." }
    \line { "Released to the public domain." }
  }
  composer = \markup \column {
    \line { "Joe User" }
    \line { "A. U. Thor" }
  }
  "id: software" = \markup \column {
    \line { "\Hand-crafted\ MusicXML file" }
    \line { "Very, very hand-crafted" }
  }
  "id: encoding-date" = \markup \column {
    \line { "2008-02-06" }
    \line { "2025-07-26" }
  }
  texidoc = "Some metadata elements can occur multiple times. This test file
    contains the elements <creator> (type ‘composer’), <rights>, <software>, and
    <encoding-date> twice."
}
\paper {
  tagline = ##f
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c' {
  r1 \bar "|."
}


% 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
% ****************************************************************
