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

\score {
 \new StaffGroup
<<
\new Staff \with { \remove "Time_signature_engraver" }
\relative c' {
   \time 3/4
   \key bes \major
  <<
     {
     r4 gis' a |
     ais b2~ |
     b4 
     }
    \\ {
     d,2.~ |
     \times 3/4 {d4 d dis e } |
     }
  >>
  }

\new Staff\with { \remove "Time_signature_engraver" }
 \relative c' {
  \time 3/4
  \clef F
  \key bes \major
  <<
    {
     b2 a4 |
     gis2 
    } \\ {
     f2. |
     e4~ e8 r 
    }
  >>	
  \oneVoice r4 |
  s4
 }
>>
}



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