diff --git a/tutorial/test/__snapshots__/examples.test.mjs.snap b/tutorial/test/__snapshots__/examples.test.mjs.snap index 2ed7cd9e..4a536653 100644 --- a/tutorial/test/__snapshots__/examples.test.mjs.snap +++ b/tutorial/test/__snapshots__/examples.test.mjs.snap @@ -60,6 +60,31 @@ exports[`runs examples > example "add" example index 1 1`] = ` ] `; +exports[`runs examples > example "addVoicings" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | note:E3 ]", + "[ 0/1 → 1/1 | note:A3 ]", + "[ 0/1 → 1/1 | note:D4 ]", + "[ 0/1 → 1/1 | note:G4 ]", + "[ 0/1 → 1/1 | note:B4 ]", + "[ 1/1 → 2/1 | note:C#3 ]", + "[ 1/1 → 2/1 | note:G3 ]", + "[ 1/1 → 2/1 | note:B3 ]", + "[ 1/1 → 2/1 | note:E4 ]", + "[ 1/1 → 2/1 | note:A4 ]", + "[ 2/1 → 3/1 | note:D3 ]", + "[ 2/1 → 3/1 | note:G3 ]", + "[ 2/1 → 3/1 | note:C4 ]", + "[ 2/1 → 3/1 | note:F4 ]", + "[ 2/1 → 3/1 | note:A4 ]", + "[ 3/1 → 4/1 | note:B3 ]", + "[ 3/1 → 4/1 | note:F4 ]", + "[ 3/1 → 4/1 | note:A4 ]", + "[ 3/1 → 4/1 | note:D5 ]", + "[ 3/1 → 4/1 | note:G5 ]", +] +`; + exports[`runs examples > example "almostAlways" example index 0 1`] = ` [ "[ 0/1 → 1/8 | s:hh speed:0.5 ]", @@ -232,6 +257,23 @@ exports[`runs examples > example "amp" example index 0 1`] = ` ] `; +exports[`runs examples > example "apply" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | note:C3 ]", + "[ 0/1 → 1/1 | note:Eb3 ]", + "[ 0/1 → 1/1 | note:G3 ]", + "[ 1/1 → 2/1 | note:Eb3 ]", + "[ 1/1 → 2/1 | note:G3 ]", + "[ 1/1 → 2/1 | note:Bb3 ]", + "[ 2/1 → 3/1 | note:G3 ]", + "[ 2/1 → 3/1 | note:Bb3 ]", + "[ 2/1 → 3/1 | note:D4 ]", + "[ 3/1 → 4/1 | note:C3 ]", + "[ 3/1 → 4/1 | note:Eb3 ]", + "[ 3/1 → 4/1 | note:G3 ]", +] +`; + exports[`runs examples > example "bandf" example index 0 1`] = ` [ "[ 0/1 → 1/2 | s:bd bandf:1000 ]",