%% 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/repeat-petrucci.ly"
\sourcefileline 0
\version "2.23.8"

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

\header {
  texidoc = "This test demonstrates an ancient repeat sign in the
Petrucci style.  The sign consists of 1 to@tie{}4 short strokes
between repeat dots, with the number of strokes indicating the number
of times the preceding section is to be performed.  The number of
strokes is determined by the argument to @code{\\repeat volta}, and a
count higher than@tie{}4 falls back on a modern-looking sign with two
long strokes.  Despite appearances, these repeat signs are not bar
lines.

A double bar line should follow the first note.  A repeat sign should
follow each following note: modern, 4@tie{}strokes, 3@tie{}strokes,
2@tie{}strokes, 1@tie{}stroke."
}

music = \fixed c' {
  c1 |
  \repeat volta 5 d1
  \repeat volta 4 e1
  \repeat volta 3 f1
  \repeat volta 2 g1
  \repeat volta 1 a1
}

\new StaffGroup <<
  \new PetrucciStaff \music
  \new PetrucciStaff \music
>>



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