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

\score {
 \new StaffGroup
 <<
  \new Staff \with { \remove "Time_signature_engraver" }
  \relative c' {
    \time 2/4
    \key e \major
    a'16(_"c.a." g a bes c d c bes) |
    R2 | s8
  }
  \new Staff \with { \remove "Time_signature_engraver" } 
  \relative c' {
    \time 2/4
    \key ges \major 
    R2 |
    b'16(^"sax" a b c \times 2/3 { dis16 e fis } \times 2/3 { e dis c) } | s8
  }
 >>
}




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