TRANSFORMATIVE LIVING  //   experiments for piano

triadic transformations & Conway's game of life

1. Click on cells to determine initial life.

2. Choose a key, triad, and seventh to determine an initial chord.  

  Key:
Triad:


Seventh:
C
M7

3. Press generate to advance through life.

4. Copy the generated LilyPond code below and paste it into omet.ca to generate sheet music (you may have to register for a free account).


\header{
title = "Transformative Living No. "
composer = "Ranger Liu"
}
\score {
\new PianoStaff <<
\new Staff \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
\remove "Rest_engraver"
\consists "Completion_rest_engraver"
} \relative { }
\new Staff \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
\remove "Rest_engraver"
\consists "Completion_rest_engraver"
} \relative { \clef "bass" }
>>
\layout{}
\midi{\tempo 4= 120}
}








.