Skip to content

Commit e17c76a

Browse files
authored
harmony-type typo (#596)
* harmony-type typo Thanks to @rettinghaus for noticing. In fact, the problem was bigger since some parts of the docs were missing the whole second sentence. * two spaces to one-space.
1 parent f2a74cc commit e17c76a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/musicxml-reference/data-types/harmony-type/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<h1>harmony-type data type</h1>
109109

110110

111-
<p>The harmony-type type differentiates different types of harmonies when alternate harmonies are possible.</p>
111+
<p>The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all notes present in the music; implied have some notes missing but implied; alternate represents alternate analyses.</p>
112112

113113

114114

doctools/musicxmldoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,7 @@
29632963
"name": "harmony-type",
29642964
"slug": "harmony-type",
29652965
"schema": 1,
2966-
"description": "The harmony-type type differentiates different types of harmonies when alternate harmonies are possible.",
2966+
"description": "The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all notes present in the music; implied have some notes missing but implied; alternate represents alternate analyses.",
29672967
"description_format": 1,
29682968
"is_featured": false,
29692969
"xsd_name": "",

schema/musicxml.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ The none sign is deprecated as of MusicXML 4.0. Use the clef element's print-obj
10391039

10401040
<xs:simpleType name="harmony-type">
10411041
<xs:annotation>
1042-
<xs:documentation>The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all note present in the music; implied have some notes missing but implied; alternate represents alternate analyses.</xs:documentation>
1042+
<xs:documentation>The harmony-type type differentiates different types of harmonies when alternate harmonies are possible. Explicit harmonies have all notes present in the music; implied have some notes missing but implied; alternate represents alternate analyses.</xs:documentation>
10431043
</xs:annotation>
10441044
<xs:restriction base="xs:token">
10451045
<xs:enumeration value="explicit"/>

0 commit comments

Comments
 (0)