%% 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/whole-note-tremolo-accidentals.ly"
\sourcefileline 0
\version "2.25.0"

\header {
  texidoc = "Whole note tremolos (and longer) don't collide with
accidentals."
}

{
  \repeat tremolo 16 { c'32 es' }
  \repeat tremolo 16 { a'32 cis'' } 
  \repeat tremolo 16 { a'32 gisis' }
  <<  
    \repeat tremolo 16 { a''32 bes'' }
    \\  
    \repeat tremolo 16 { f'32 d'! }
  >>  
}

{  
  \repeat tremolo 16 { c'32 <es' es''> }
  \repeat tremolo 16 { a'32 <f' cis''> }
  \repeat tremolo 16 { a'32 <disis' ges''> }
}

{  
  \time 4/2
  \repeat tremolo 16 { c'16 es' }
  \repeat tremolo 16 { a'16 cis'' }
  \repeat tremolo 16 { a'16 gisis' }
  <<  
    \repeat tremolo 16 { a''16 bes'' }
    \\  
    \repeat tremolo 16 { f'16 d'! }
  >>  
}

{ 
  \time 4/2
  \repeat tremolo 16 { c'16 <es' es''> }
  \repeat tremolo 16 { a'16 <f' cis''> }
  \repeat tremolo 16 { a'16 <disis' ges''> }
}

{  
  \time 4/1
  \repeat tremolo 16 { c'8 es' }
  \repeat tremolo 16 { a'8 cis'' }
  \repeat tremolo 16 { a'8 gisis' } 
  <<  
    \repeat tremolo 16 { a''8 bes'' }
    \\  
    \repeat tremolo 16 { f'8 d'! }
  >>  
}

{ 
  \time 4/1
  \repeat tremolo 16 { c'8 <es' es''> }
  \repeat tremolo 16 { a'8 <f' cis''> }  
  \repeat tremolo 16 { a'8 <disis' ges''> }
}



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