Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions MS3/op04n03c.mscx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
<sigN>3</sigN>
<sigD>2</sigD>
</TimeSig>
<Tempo>
<tempo>1.6666666666666667</tempo>
<text>Largo</text>
</Tempo>
<Chord>
<durationType>half</durationType>
<Note>
Expand Down Expand Up @@ -586,7 +590,8 @@
</Chord>
</voice>
</Measure>
<Measure>
<Measure len="2/2">
<endRepeat>2</endRepeat>
<voice>
<Chord>
<durationType>whole</durationType>
Expand All @@ -595,9 +600,12 @@
<tpc>18</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end-start-repeat</subtype>
</BarLine>
</voice>
</Measure>
<Measure len="1/2">
<startRepeat/>
<irregular>1</irregular>
<voice>
<Chord>
<durationType>quarter</durationType>
<Spanner type="Slur">
Expand Down Expand Up @@ -948,6 +956,7 @@
</voice>
</Measure>
<Measure len="2/2">
<endRepeat>2</endRepeat>
<voice>
<Chord>
<durationType>whole</durationType>
Expand All @@ -956,9 +965,6 @@
<tpc>17</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
</BarLine>
</voice>
</Measure>
</Staff>
Expand Down Expand Up @@ -1229,7 +1235,7 @@
</Chord>
</voice>
</Measure>
<Measure>
<Measure len="2/2">
<voice>
<Chord>
<durationType>whole</durationType>
Expand All @@ -1238,9 +1244,10 @@
<tpc>18</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end-start-repeat</subtype>
</BarLine>
</voice>
</Measure>
<Measure len="1/2">
<voice>
<Chord>
<durationType>half</durationType>
<Note>
Expand Down Expand Up @@ -1487,9 +1494,6 @@
<tpc>17</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
</BarLine>
</voice>
</Measure>
</Staff>
Expand Down Expand Up @@ -1848,7 +1852,7 @@
</Chord>
</voice>
</Measure>
<Measure>
<Measure len="2/2">
<voice>
<Chord>
<durationType>whole</durationType>
Expand All @@ -1857,9 +1861,10 @@
<tpc>18</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end-start-repeat</subtype>
</BarLine>
</voice>
</Measure>
<Measure len="1/2">
<voice>
<Chord>
<durationType>half</durationType>
<Note>
Expand Down Expand Up @@ -2208,9 +2213,6 @@
<tpc>17</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
</BarLine>
</voice>
</Measure>
</Staff>
Expand Down Expand Up @@ -2780,7 +2782,7 @@
</Chord>
</voice>
</Measure>
<Measure>
<Measure len="2/2">
<voice>
<Harmony>
<harmonyType>1</harmonyType>
Expand All @@ -2793,9 +2795,10 @@
<tpc>18</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end-start-repeat</subtype>
</BarLine>
</voice>
</Measure>
<Measure len="1/2">
<voice>
<FiguredBass>
<ticks>1/2</ticks>
<FiguredBassItem>
Expand Down Expand Up @@ -3324,9 +3327,6 @@
<tpc>17</tpc>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
</BarLine>
</voice>
</Measure>
</Staff>
Expand Down
157 changes: 152 additions & 5 deletions chords/op04n03c.chords.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,156 @@
"delimiter": "\t"
}
},
"schema": "https://raw.githubusercontent.com/DCMLab/frictionless_schemas/main/chords/pjUnoeF3r7c4kQ.schema.yaml",
"schema": {
"fields": [
{
"name": "mc",
"title": "Measure Count",
"description": "Running count of encoded <Measure> tags which do not necessarily express a full measure (e.g. in case of an anacrusis).",
"type": "integer",
"constraints": {
"required": true
}
},
{
"name": "mn",
"title": "Measure Number",
"description": "Measure number as printed in the score, computed from mc, dont_count and numbering_offset.",
"type": "string"
},
{
"name": "quarterbeats",
"title": "Offset from Beginning (leaving out alternative endings)",
"description": "Distance of an event from the piece's beginning. By default, only second endings are taken into account to reflect the proportions of a simply playthrough without repeats.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "quarterbeats_all_endings",
"title": "Offset from Beginning (counting through alternative endings as if they were adjacent bars)",
"description": "Distance from the piece's beginning, taking all endings into account for addressability purposes.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "duration_qb",
"title": "Duration in \u2669",
"description": "A float corresponding to duration * 4",
"type": "number"
},
{
"name": "mc_onset",
"title": "Offset within Encoded Measure",
"description": "Distance of an event from the beginning of the <Measure> tag.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "mn_onset",
"title": "Offset within Logical Measure",
"description": "Distance from the beginning of the logical measure. Relevant, for example, to compute the metric position of an event.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "event",
"type": "string"
},
{
"name": "timesig",
"title": "Time Signature",
"description": "Given as string, e.g. \"4/4\".",
"type": "string"
},
{
"name": "staff",
"title": "Staff",
"description": "Number of the staff where an event occurs, 1 designating the top staff.",
"type": "integer"
},
{
"name": "voice",
"title": "Notational Layer",
"description": "A number between 1-4 where 1 is MuseScore's default layer (blue), 2 the second layer in green with downward stems, etc.",
"type": "integer"
},
{
"name": "duration",
"title": "Duration",
"description": "As fraction of a whole note.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "nominal_duration",
"title": "Nominal Duration",
"description": "The duration corresponding to a note/rest value without applying any dots or n-tuplets, as fraction of a whole note. Multiplied with \"scalar\" to yield the actual duration of the note/rest.",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "scalar",
"title": "Scalar",
"description": "Decimal value reflecting all dots and n-tuplets modifying the duration of a note/rest. Yields the actual duration when multiplied with \"nominal_duration\".",
"type": "string",
"constraints": {
"pattern": "\\d+(?:\\/\\d+)?"
}
},
{
"name": "chord_id",
"title": "Chord ID",
"description": "Row in the chords table.",
"type": "integer"
},
{
"name": "tempo",
"type": "string"
},
{
"name": "qpm",
"type": "string"
},
{
"name": "tempo_visible",
"type": "string"
},
{
"name": "thoroughbass_duration",
"type": "string"
},
{
"name": "thoroughbass_level_1",
"type": "string"
},
{
"name": "thoroughbass_level_2",
"type": "string"
},
{
"name": "slur",
"title": "Slur",
"description": "IDs of active slurs that a chord falls under, as a tuple of integers.",
"type": "string"
}
],
"facet": "chords",
"identifier": "ceS8iJ0B39Vcxg",
"filepath": "chords/ceS8iJ0B39Vcxg.schema.yaml",
"used_in": "op04n03c"
},
"creator": {
"@context": "https://schema.org/",
"@type": "SoftwareApplication",
Expand All @@ -22,8 +171,6 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "2.5.4"
},
"git_revision": "c6d6eeef8e7ca3f7fb1e00dec872b00efcb05f7f",
"git_tag": "v2.4-18-gc6d6eeef"
"softwareVersion": "0.0.post1.dev1+g99f47b8"
}
}
Loading
Loading