add vib examples for : notation
This commit is contained in:
parent
32fee6313b
commit
0e7c9a4001
2 changed files with 27 additions and 1 deletions
|
|
@ -4767,6 +4767,15 @@ exports[`runs examples > example "vib" example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vib" example index 1 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vib:0.5 vibmod:12 ]",
|
||||
"[ 1/1 → 2/1 | note:a vib:1 vibmod:12 ]",
|
||||
"[ 2/1 → 3/1 | note:a vib:2 vibmod:12 ]",
|
||||
"[ 3/1 → 4/1 | note:a vib:4 vibmod:12 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vibmod" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vib:4 vibmod:0.25 ]",
|
||||
|
|
@ -4776,6 +4785,15 @@ exports[`runs examples > example "vibmod" example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vibmod" example index 1 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vibmod:0.25 vib:8 ]",
|
||||
"[ 1/1 → 2/1 | note:a vibmod:0.5 vib:8 ]",
|
||||
"[ 2/1 → 3/1 | note:a vibmod:1 vib:8 ]",
|
||||
"[ 3/1 → 4/1 | note:a vibmod:2 vib:8 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "voicing" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:E4 ]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue