%% Generated by lilypond-book
%% Options: [book,exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,no-tagline,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.25.35/input/regression/musicxml/51a-Header-Credits.xml"
\sourcefileline 0
\version "2.25.35"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  subtitle = \markup \normal-text \normalsize \fontsize #2.120
  "A subtitle without a type"
  copyright = \markup \normal-text \normalsize \fontsize #-1.705
  "The copyright comes here."
  title = \markup \normal-text \normalsize \box \concat { \fontsize #6.786
    "The " \fontsize #6.786 Title }
  "credit: foo, bar" = \markup \normal-text \normalsize \fontsize #0.786 \italic
  "Two types (foo + bar)"
  composer = \markup \normal-text \normalsize \fontsize #-0.793 "The Composer"
  poet = \markup \normal-text \normalsize \fontsize #-0.793 "The Lyricist"
  texidoc = "Check multiple <credit> elements with various <credit-type>
    children (also testing the case without such a child and having two). There
    is also a <defaults> block to properly set up (quite small) page dimensions
    and a ‘tenth’ value, making the ‘default-x’ and ‘default-y’ attributes of
    <credit-words> children meaningful.

    The following <credit> elements are present, with the given <credit-type>
    type.

    – ‘page number’ (two <credit> elements, one at the top left for page ‘2’ and
    another one at the top right for page ‘2a’ using attribute ‘page=\"2\"’;
    valign: top).

    – ‘rights’ (at the bottom; halign: center, justify: right, valign: bottom).

    – ‘title’ (two <credit-words> elements, attributes only set for the first
    one, almost at the top; justify: center, valign: middle, enclosure:
    rectangle).

    – No <credit-type> element (below the title; halign: center, valign:
    middle).

    – Two <credit-type> elements (types ‘foo’ and ‘bar’, at the top; justify:
    center, valign: top, font-stype: italic).

    – ‘composer’ (below the type-less element; justify: right, valign: middle).

    – ‘lyricist’ (below the type-less element; valign: middle).

    There are no metadata elements.

    Measure 1 contains <print blank-page=\"1\"/> to make the music start on
    page 2 (i.e., all <credit> elements in this test go to page 1).

    Chances are high that an application ignores all <credit> elements, using
    only metadata to derive titles, subtitles, and more."
}
#(set-global-staff-size 18.0675)
\paper {
  first-page-number = 2
  print-first-page-number = ##t
  paper-width = 13.65\cm
  paper-height = 10.48\cm
  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
% ****************************************************************
