%% 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)),quote,ragged-right]
\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))
  line-width = 160\mm - 2.0 * 10.16\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))
  ragged-right = ##t
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 538
{
  \omit Staff.BarLine
  \omit Staff.Clef

  \override Staff.TextMark.self-alignment-X = #CENTER
  \override Staff.TextMark.break-align-symbols = #'(time-signature)
  \override Staff.TextMark.font-size = -1
  \override Staff.TextMark.staff-padding = 1.5
  \override Staff.TimeSignature.break-align-anchor-alignment = #CENTER

  \once \omit Staff.TimeSignature
  s1

  \textMark \markup \typewriter default
  \time 2/2 s1*3

  \textMark \markup \typewriter numbered
  \override Staff.TimeSignature.style = #'numbered
  \time 2/2 s1*3

  \textMark \markup \typewriter mensural
  \override Staff.TimeSignature.style = #'mensural
  \time 2/2 s1*3

  \textMark \markup \typewriter neomensural
  \override Staff.TimeSignature.style = #'neomensural
  \time 2/2 s1*3

  \textMark \markup \typewriter single-number
  \override Staff.TimeSignature.style = #'single-number
  \time 2/2 s1
}

% `TextMark` grobs in `Score` don't react to `staff-padding` (issue #342).
\layout {
  \context {
    \Score
    \remove Text_mark_engraver
  }
  \context {
    \Staff
    \consists Text_mark_engraver
  }
}


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