%% 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/time-denominator-breve.ly"
\sourcefileline 0
\version "2.25.32"

\header {
  texidoc = "@code{\\time #'(@var{x} . 1/2)} sets timing properties using a
double whole note as the beat base."
}

#(ly:set-option 'warning-as-error #t)

\layout {
  \context {
    \Score
    \override TimeSignature.denominator-style = #'note
  }
}

\fixed c' {
  \time #'(3 . 1/2)
  \contextPropertyCheck Timing.beatBase 2
  \contextPropertyCheck Timing.beatStructure #'(1 1 1)
  \contextPropertyCheck Timing.measureLength 6
  \contextPropertyCheck Timing.submeasureStructure #'(3)
  \contextPropertyCheck Timing.timeSignature #'(3 . 1/2)
  <<
    \context Staff = "A" { c\breve e g }
    \context Staff = "B" { R\breve*3 }
  >>

  \time #'(4 . 1/2)
  \contextPropertyCheck Timing.beatBase 2
  \contextPropertyCheck Timing.beatStructure #'(1 1 1 1)
  \contextPropertyCheck Timing.measureLength 8
  \contextPropertyCheck Timing.submeasureStructure #'(4)
  \contextPropertyCheck Timing.timeSignature #'(4 . 1/2)
  <<
    \context Staff = "A" { c\breve e g a }
    \context Staff = "B" { R\breve*4 }
  >>

  \time #'(6 . 1/2)
  \contextPropertyCheck Timing.beatBase 2
  \contextPropertyCheck Timing.beatStructure #'(3 3)
  \contextPropertyCheck Timing.measureLength 12
  \contextPropertyCheck Timing.submeasureStructure #'(6)
  \contextPropertyCheck Timing.timeSignature #'(6 . 1/2)
  <<
    \context Staff = "A" { c\breve d e f g a }
    \context Staff = "B" { R\breve*6 }
  >>
}



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