%% 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/break-alignment-anchor-average-midpoint.ly"
\sourcefileline 0
\version "2.25.33"

\header {
  texidoc = "The ``average'' anchor of a diverse group of
break-aligned items depends on the range of the particular anchors,
but not on the number of items.  In this case, the arrows should
appear at the same horizontal position in both measures though the 1/1
time signature appears twice in one measure and only once in the
next."
}

\layout {
  \context {
    \Score
    %% Point rehearsal marks at the left side (almost) of time
    %% signatures by default.  Numbers are chosen to avoid LEFT,
    %% CENTER, and RIGHT anchor points in case there is special
    %% handling for those.
    \override TextMark.break-align-symbols = #'(time-signature)
    \override TextMark.self-alignment-X = #CENTER
    \override TimeSignature.break-align-anchor-alignment = #-0.75
  }

  \enablePerStaffTiming
}

\fixed c' <<
  \new Staff \with { % here, point at the right side (almost)
    \override TimeSignature.break-align-anchor-alignment = #1.25
  } {
    \timeAbbrev 1,2,3,1 \textMark "↓"
    c1 \bar "|"
    \timeAbbrev 1,2,3,1 \textMark "↓" \partial 1*5
    c1 \bar "|"
  }
  \new Staff {
    \time 1/1
    c1
    \time 1/1
    c1
  }
  \new Staff {
    \time 1/1
    c1
    c1
  }
>>



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