%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  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.23.82/input/regression/musicxml/52a-PageLayout.xml"
\sourcefileline 0
\version "2.23.82"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
    title =  "Layout options"
    texidoc = 
    "Several page layout settings: 
          paper size, margins, system margins and distances, different fonts, 
          etc."
    }

#(set-global-staff-size 10.772285714285717)
\paper {
    
    paper-width = 17.0\cm
    paper-height = 8.99\cm
    top-margin = 0.5\cm
    bottom-margin = 0.7\cm
    left-margin = 3.0\cm
    right-margin = 2.0\cm
    between-system-space = 5.29\cm
    page-top-space = 4.11\cm
    }
\layout {
    \context { \Score
        skipBars = ##t
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c' {
    \clef "treble" \time 4/4 \key c \major | % 1
    R1*2 \pageBreak | % 3
    R1 \bar "|."
    }


% The score definition
\score {
    <<
        
        \new Staff
        <<
            
            \context Staff << 
                \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
                \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
                >>
            >>
        
        >>
    \layout {}
    % To create MIDI output, uncomment the following line:
    %  \midi {\tempo 4 = 100 }
    }




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