-
By selecting a control element (e.g. dynamics or trills) and navigating to the left/right you'll always end up in the last staff of the system, either on the last layer element of the current or the f…
-
At the moment the file to be rendered has to be explicitly a `*.mei` file. But not every project uses `mei` as extension but `xml`.
-
The import.ini containing the ce-host address is not available at the expected location when installing the ce-data-import as library. This results in an error when using the trompa-ce-client after a …
-
To know when a Crowdsourced score is 'performable
added by MDW, relevant for Instrument & Orch case
-
submitted by MDW, assigned to @alastair
-
after a discussion with Werner and David W at the Jan meeting
We have compositions added as MusicCompositions.
If you do a query for CreativeWork:
```query {
CreativeWork {
identifier
}
}…
-
The whole pipeline is not presented till the end. It would be helpful to add the RequestControlAction mutation given the Properties and PropertyValueSpecifications defined in the example
-
After a RequestControlAction action mutation
```
mutation {
RequestControlAction(
controlAction: {
potentialActionIdentifier: "60eed1af-c76c-411d-b967-576ff5d39bfa"
entryPoin…
-
I need to perform the following query:
- Return `MusicComposition`s
- Return the url of the their score
- Return the url of all their associated audios
- Filter to only return those `MusicComposit…
-
Among other fields, a `MusicComposition` query can be filtered by the `creator` field, which is a text string on the MusicComposition object:
```
query {
MusicComposition(creator: "Ralph Vaughan …