From f209841e06be3fbfc74bd558b6388f87522b3992 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 27 Feb 2022 20:51:43 +0100 Subject: [PATCH] simplify --- repl/src/tunes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repl/src/tunes.ts b/repl/src/tunes.ts index e08f0962..639fc4cf 100644 --- a/repl/src/tunes.ts +++ b/repl/src/tunes.ts @@ -451,7 +451,7 @@ export const sowhatelse = `()=> { }`; export const barryHarris = `piano() -.then(p => "0,7,2,[7 6]" +.then(p => "0,2,[7 6]" .add("<0 1 2 3 4 5 7 8>") .scale('C bebop major') .transpose("<0 1 2 1>/8")