-
```js
n = new music21.note.Note();
n.groups.push('yellow');
s = new music21.stream.Stream();
s.repeatAppend(n, 4);
s.notes.first().groups.push('red');
console.log(s.notes.map(n => n.groups)); /…
-
### Issue type
UI bug (incorrect info or interface appearance)
### Bug description
The "staccato+tenuto" mark in the articulations palette (which I've always known as "mezzo staccato" or occa…
-
Ex. T155, Harp
Layers that articulate together should be slightly offset, but are overlapping on downbeats. Non-downbeat simultaneous articulations don't seem to be an issue.
Desired Rendering…
-
### Issue type
Muse Sounds bug
### Bug description
The markato-tenuto stroke is not reproduced properly (in my opinion, the sound becomes even quieter). In order to understand this, it is eno…
-
A clarifier avec Dr Nora
Vignette 007
[Dx Problème dos, lombe, Membres, articulations et TTT (9).xlsx](https://github.com/SwissTPH/cdss_tchad/files/10860206/Dx.Probleme.dos.lombe.Membres.articulatio…
-
When inserting an articulation on a selected track, Reaticulate creates a new item at the edit cursor if one doesn't already exist. I propose an optional behaviour that when it does this, it also sets…
-
**Describe the bug**
When input notes in MU3, you could input a note and add stuff like staccatos by pressing shift+s, and it would add it to the note that was just inserted. In MU4, you have to add …
-
### Issue type
Muse Sounds bug
### Bug description
When notes have multiple articulations attached to them e.g a note has both an accent mark and a mezzo-staccato (called loure) on it, playback is …
-
1) Measuring articulation-lengths by parameters: a) length of contiguous phrase, regardless of articulations within; b) length of single articulation from start of articulation to end of trajectory-tr…
-
ZeroSim hinge joints limits the joint angle in the range [-180, 180] degrees.
This limitation can be avoided by using Configurable Joints instead of Hinge Joints.
However, instead of implementing the…