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

\score {
 \new StaffGroup
  <<
   \new Staff \with { \remove "Time_signature_engraver" }
    \relative c' {
     \time 3/4
     \key bes \major
  
     r8 d( c bes a g) |
     r4 es'\< f8(\> es)\! |
     r8 d( es[ d]~ \times 2/3 { d c bes) }  |
     fis'4(\< g) a8( bes)\! |
     bes,4 d8( c bes a) | 
     c( bes) r4 r |
   }
  \new Staff \with { \remove "Time_signature_engraver" }
   \relative c' {
    \time 3/4
     \clef F
     \key bes \major
     g,4.( a8 bes4) |
     c4.( bes8 a4) |
     bes4.( c8 d4) |
     es4.( d8 c4) |
     d4.( es8 f4) |
     bes,4.( c8 d4) |
  }
 >>
}



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