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

\layout {
  
}




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

\header {
  title = \markup \normal-text \normalsize \fontsize #4.295 \bold
  "Layout options"
  "movement-title" = "Layout options"
  texidoc = "Several page layout settings: paper size (16cm×9cm), page margins
    (left / right = 3cm / 2cm, top / bottom = 0.5cm / 0.7cm), system margins
    (left / right = 1.5cm / 2cm), distances (top-system / system-system = 4cm /
    3cm), and different fonts.

    There is a line break before bar 3 and a page break before bar 5.

    Finally, we also test four CSS font sizes for <words> elements in bars 2
    and 3.

    The page number on the first page is set to 8 (and to 12 on the second
    page)."
}
#(set-global-staff-size 10.727542559055118)
\paper {
  first-page-number = 8
  print-first-page-number = ##t
  paper-width = 16.0\cm
  paper-height = 9.0\cm
  top-margin = 0.5\cm
  bottom-margin = 0.7\cm
  left-margin = 1.5\cm
  right-margin = 2.0\cm
  system-system-spacing.basic-distance = 35.83
  top-system-spacing.basic-distance = 44.44
}
\layout {
  \context {
    \Staff
    printKeyCancellation = ##f
  }
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c' {
  \clef "treble" \time 4/4 \key c \major \pageBreak R1 | % 1
  <>^\markup \fontsize #4.4 "‘small’ size" <>_\markup \fontsize #6.4
  "‘large’ size" R1 | % 2
  \break <>^\markup \fontsize #2.4 "‘xx-small’ size" <>_\markup \fontsize #8.4
  "‘xx-large’ size" R1 | % 3
  R1 | % 4
  \pageBreak 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
% ****************************************************************
