%% Generated by lilypond-book
%% Options: [indent=0\mm]
\include "lilypond-book-preamble.ly"


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



\paper {
  indent = 0\mm
}

\layout {
  
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 842

\score {
  \new Staff \with {
     \remove "Time_signature_engraver"
   } \relative c'' {
   \time 2/4 
   d16( g, g8~ g4~ | 
   g4 g') | \mark #9 
   s8
  }
  \layout {
   \context {
     \Score
     markFormatter = #format-mark-box-numbers
   } 
  } 
}



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