%% 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/03d-Rhythm-DottedDurations-Factors.xml"
\sourcefileline 0
\version "2.26.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "Several durations can be written with dots. For multi-measure rests
    it is also possible to have durations that cannot be expressed with dotted
    notes (like 5/8).

    In bar 15 there is only a 16th note and no rest for the remaining part of
    the bar."
}
\layout {
  \context {
    \Score
    skipBars = ##t
    autoBeaming = ##f
  }
  \context {
    \Staff
    \override MultiMeasureRest.expand-limit = 1
  }
}
PartPOneVoiceOne = \relative c'' {
  \time 1/8 c8 | % 1
  R8 | % 2
  \time 2/8 c4 | % 3
  R4 | % 4
  \time 3/4 c2. | % 5
  R2. | % 6
  \numericTimeSignature \time 4/4 c1 | % 7
  R1 | % 8
  \time 5/16 c4 c16 | % 9

  \barNumberCheck #10
  R16*5 | % 10
  \time 7/8 c2.. | % 11
  R8*7 | % 12
  \time 9/8 c1 c8 | % 13
  R8*9 | % 14
  \time 31/8 c16 s16*61 | % 15
  R8*31 | % 16
  \numericTimeSignature \time 2/2 c1 }


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