%% 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/alternating-time-beam-exceptions.ly"
\sourcefileline 0
\version "2.25.33"

\header {
  texidoc = "The beat structure and beaming exceptions for a component of a
strictly alternating time signature are the same as when it appears alone."
}

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

\layout {
  indent = 0
  \enablePerStaffTiming
}

\fixed c' <<
  \new Staff {
    \time 2/2 \repeat unfold 8 { 8 }
    \time 4/4 \repeat unfold 8 { 8 }
    \time 3/8 \repeat unfold 3 { 8 }

    \time 2/2 \repeat unfold 16 { 16 }
    \time 4/4 \repeat unfold 16 { 16 }
    \time 3/8 \repeat unfold 6 { 16 }

    \time 2/2 \repeat unfold 32 { 32 }
    \time 4/4 \repeat unfold 32 { 32 }
    \time 3/8 \repeat unfold 12 { 32 }
  }
  \new Staff {
    \timeAbbrev #'((2 2) (4 4) (3 8))
    \contextPropertyCheck Timing.beatBase #1/8
    \contextPropertyCheck Timing.beatStructure #'(4 4  2 2 2 2  1 1 1)
    \contextPropertyCheck Timing.submeasureStructure #'(8 8 3)
    \contextPropertyCheck Timing.measureLength #19/8
    \contextPropertyCheck Timing.timeSignature #'((2 . 2) (4 . 4) (3 . 8))
    \contextPropertyCheck Timing.beamExceptions
    #'((end . ((1/8 .  (4 4      4 4      3))
               (1/12 . (6 6      3 3 3 3  9/2))
               (1/32 . (8 8 8 8  8 8 8 8  12)))))

    \repeat unfold 8 { 8 } \allowBreak
    \repeat unfold 8 { 8 } \allowBreak
    \repeat unfold 3 { 8 } \allowBreak

    \repeat unfold 16 { 16 } \allowBreak
    \repeat unfold 16 { 16 } \allowBreak
    \repeat unfold 6 { 16 } \allowBreak

    \repeat unfold 32 { 32 } \allowBreak
    \repeat unfold 32 { 32 } \allowBreak
    \repeat unfold 12 { 32 } \allowBreak
  }
>>



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