keysIntro = { \repeat unfold 8 R1 | } keysA = { \time 2/4 r2 | r2 | r2 | r2 | r2 | \time 6/8 r4. r4. | \time 2/4 r2 | r2 | r2 | \time 4/4 R1 | R1 | } keysAExtended = { \time 4/4 R1 | R1 | %% more intense! \repeat unfold 4 { R1 | R1 | } } keysATransition = { \time 4/4 R1 | R1 | } keysVerse = \relative c { \time 4/4 \key cis \minor cis4\sustainOn gis' cis dis8 e ~ e2.. r8\sustainOff | 2.\arpeggio 4\arpeggio ~ 1 | cis4\sustainOn gis' cis dis8 e ~ e2.. r8\sustainOff | 2.\arpeggio 4\arpeggio ~ 1 | a,2 ~ a4. 8 ~ 1 | a,2 4 b,4 ~ b1 | } keysVerseVariant = { \time 4/4 \key bes \minor bes4\sustainOn f' des' bes, ~ bes f' des' r\sustainOff | des,\sustainOn as' f' c,\sustainOff ~ c\sustainOn as' es' c,\sustainOff | bes4\sustainOn f' des' bes, ~ bes f' des' r\sustainOff | des,\sustainOn as' f' c,\sustainOff ~ c\sustainOn as' es' c,\sustainOff | ges8 r ges r ges r 4 ~| 1 | ges,2 4 as,4 ~ | as1 | } %% TODO keysVerseHarder = \keysVerse keysNasty = \relative c' { \time 6/8 \key cis \minor \repeat unfold 2 \repeat volta 2 { 2. ~ | 2. | 2. | | ~ | ~ | ~ | | 2. ~ | 2. | 2. | | ~ | ~ | ~ | | } 2. ~ | | | | ~ | | | | \key e \minor ~ | | | | ~ | | | | ~ | | | | ~ | | | | ~ | | 2 r4 | 2. ~ | 2. | } keysWaltz = \relative c'' { \time 3/4 r4 | r | r4 | r | 2.\arpeggio | | 2 4 | 4. 4. | 2. ~ | 2. | 2.\arpeggio | | 2 4 | %% TODO 4. 4. | 4 | \key fis \minor 2. | 2. | 2 bes4 | 4. | } keyboard = \new PianoStaff << \new Staff \relative c' { \clef "treble_8" %% Intro \time 4/4 \set PianoStaff.midiInstrument = #"electric piano 2" \repeat volta 2 \keysIntro \repeat volta 2 \keysA \keysAExtended \keysATransition \repeat volta 2 \keysVerse \keysVerseVariant \keysVerseHarder \repeat volta 2 \keysA \keysAExtended \keysATransition \keysNasty \keysWaltz } >>