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

\score {
 \new StaffGroup
<<
\new Staff \with { \remove "Time_signature_engraver" }
\relative c' {
   \time 6/8
   \key c \major
  <<
     {
     gis'4.(~ gis4 a8 |
     ais b4~ b8) 
     }
    \\ {
     dis,2. |
     d!4.~ d8 
     }
  >>
  r4 | s4
  }
\new Staff\with { \remove "Time_signature_engraver" }
\relative c' {
  \time 6/8
  \clef F
  \key c \major
  <<
    {
     b2.( |
     gis4.~  gis8)
      } 
     \\ 
       {
     f2. |
     e4.~ e8
      } 
  >>
  r4 | s4
  }
>>
}



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