%% 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/partial-in-mid-piece.ly"
\sourcefileline 0
\version "2.25.22"

\header {
  texidoc = "@code{\\partial} can be can be called in mid piece in multiple
contexts.  Measure@tie{}2 should contain two beamed eighth notes."
}

melodyOne = \relative {
  \time 2/4
  a'8 a a a |
  \partial 4
  d8 d |
  c8 c c c |
}

chordsOne = \chordmode {
  \time 2/4
  a2 |
  \partial 4
  s4 |
  a2 |
}

\score {
  <<
    \set Score.barNumberVisibility = #all-bar-numbers-visible
    \override Score.BarNumber.break-visibility = #all-visible
    \overrideTimeSignatureSettings 2/4 #1/8 1,1,2 #'()
    \new ChordNames { \chordsOne }
    \new Staff { \melodyOne }
  >>
}



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