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

\score {
  \new Staff \with { \remove "Time_signature_engraver" } {
   \relative c' { 
     \time 3/4
     \key g \minor
     d'2 bes4 |
     c4 g2 |     
     s4
   }
  }
} 



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