%% Generated by lilypond-book.py
%% Options: [indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 183
pentatonicScale = \relative a' { a c d f g }
motif = \relative c'' { d8 c f,4 <a f'> <a f'> }

\new Staff <<
  {
    \partial 4
    \pentatonicScale
    \motif
    \modalTranspose c a, \pentatonicScale \motif
    \modalInversion d'' a' \pentatonicScale \motif
    \retrograde \motif
  }
  {
    \partial 4
    s4^"pentatonic scale"
    s1
    s1^"motif"
    s1^"transposition"
    s1^"inversion"
    s1^"retrograde"
  }
>>



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