%% 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 1606

\score {
  \new Staff \with
    { \remove "Time_signature_engraver" }
    \relative c' { 
   \time 3/4
   \key c \minor
   \clef F {
   \partial 4 c,4 |
   g'2 es4 |
   f2 g4 |
   as2 f4 |
   g2 d4 |
   es2 b4 |
   c2 f,4 |
   g2. |
   c,2 r4 |
   s4
  }
 } 
}



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