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

\header {
  texidoc = "All pitch intervals in ascending jump size."
}
\layout {
  \context {
    \Staff
    printKeyCancellation = ##f
  }
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c'' {
  \clef "treble" \time 2/4 \key c \major c4 c4 | % 1
  cis4 ces4 | % 2
  des4 bis4 | % 3
  d4 b4 | % 4
  dis4 bes4 | % 5
  es4 ais,4 | % 6
  e'4 a,4 | % 7
  eis'4 as,4 | % 8
  fes'4 gis,4 | % 9

  \barNumberCheck #10
  f'4 g,4 | % 10
  fis'4 ges,4 | % 11
  ges'4 fis,4 | % 12
  g'4 f,4 | % 13
  gis'4 fes,4 | % 14
  as'4 eis,4 | % 15
  a'4 e,4 | % 16
  ais'4 es,4 | % 17
  bes''4 dis,,4 | % 18
  b''4 d,,4 | % 19

  \barNumberCheck #20
  bis''4 des,,4 | % 20
  ces''4 cis,,4 | % 21
  c''4 c,,4 | % 22
  cis''4 ces,,4 | % 23
  des''4 bis,,4 | % 24
  d''4 b,,4 | % 25
  dis''4 bes,,4 | % 26
  es''4 ais,,,4 | % 27
  e'''4 a,,,4 | % 28
  eis'''4 as,,,4 | % 29

  \barNumberCheck #30
  fes'''4 gis,,,4 | % 30
  f'''4 g,,,4 | % 31
  fis'''4 ges,,,4 | % 32
  ges'''4 fis,,,4 | % 33
  g'''4 f,,,4 | % 34
  gis'''4 fes,,,4 | % 35
  as'''4 eis,,,4 | % 36
  a'''4 e,,,4 | % 37
  ais'''4 es,,,4 | % 38
  bes''''4 dis,,,,4 | % 39

  \barNumberCheck #40
  b''''4 d,,,,4 | % 40
  bis''''4 des,,,,4 }


% The score definition
\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
% ****************************************************************
