%% Generated by lilypond-book.py
%% Options: [alt=[image of music],indent=0\mm]
\include "lilypond-book-preamble.ly"







% ****************************************************************
% Start cut-&-pastable-section 
% ****************************************************************

\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 1483
\score {
  {
%   \override Staff.Custos #'neutral-position = #4
    \override Staff.Custos #'neutral-direction = #down
    \override Staff.Custos #'style = #'hufnagel
    c'1 \break
    <d' a' f''>1
  }

  \layout {
    \context {
      \Staff
      \consists Custos_engraver
    }
    ragged-right = ##t
  }
}



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