Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add missing durations #13

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions MEI 3.0/Music/Complete examples/Bach_Ein_festeBurg.mei
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
</staff>
<staff n="2">
<layer n="1">
<note pname="f" oct="4" stem.dir="up"/>
<note pname="f" oct="4" dur="4" stem.dir="up"/>
<beam>
<note pname="b" oct="3" dur="8" stem.dir="up"/>
<note pname="c" oct="4" dur="8" stem.dir="up"/>
Expand Down Expand Up @@ -452,7 +452,7 @@
</staff>
<staff n="2">
<layer n="1">
<note xml:id="d1e54" pname="f" oct="4" stem.dir="up"/>
<note xml:id="d1e54" pname="f" oct="4" dur="4" stem.dir="up"/>
<beam>
<note xml:id="d1e55" pname="b" oct="3" dur="8" stem.dir="up"/>
<note xml:id="d1e56" pname="c" oct="4" dur="8" stem.dir="up"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@
pname="c"
accid="f"
oct="4"
dur="4"
stem.dir="up"/>
</layer>
</staff>
Expand Down Expand Up @@ -1199,7 +1200,8 @@
pname="c"
accid="s"
oct="5"
dur="4"
dur="4"

stem.dir="down"/>
<note xml:id="d1e1159" pname="a" oct="4" dur="4" stem.dir="up"/>
<note xml:id="d1e1174" pname="a" oct="4" dur="4" stem.dir="up"/>
Expand Down Expand Up @@ -1351,7 +1353,8 @@
pname="c"
accid="s"
oct="5"
dur="4"
dur="4"

stem.dir="down"/>
<note xml:id="d1e1325" pname="a" oct="4" dur="4" stem.dir="up"/>
<note xml:id="d1e1339" pname="a" oct="4" dur="4" stem.dir="up"/>
Expand Down Expand Up @@ -2208,10 +2211,11 @@
pname="g"
accid="n"
oct="4"
dur="8"
stem.dir="down"/>
<note xml:id="m32_s3_e6" pname="g" oct="4" stem.dir="down"/>
<note xml:id="m32_s3_e7" pname="g" oct="4" stem.dir="down"/>
<note xml:id="m32_s3_e8" pname="g" oct="4" stem.dir="down"/>
<note xml:id="m32_s3_e6" pname="g" oct="4" dur="8" stem.dir="down"/>
<note xml:id="m32_s3_e7" pname="g" oct="4" dur="8" stem.dir="down"/>
<note xml:id="m32_s3_e8" pname="g" oct="4" dur="8" stem.dir="down"/>
</beam>
</layer>
</staff>
Expand Down Expand Up @@ -3322,7 +3326,8 @@
pname="c"
accid="s"
oct="5"
dur="8"
dur="8"

stem.dir="down">
<artic artic="stacc"/>
</note>
Expand Down Expand Up @@ -4002,7 +4007,8 @@
pname="f"
accid="s"
oct="5"
dur="8"
dur="8"

stem.dir="down">
<artic artic="stacc"/>
</note>
Expand Down Expand Up @@ -4176,7 +4182,8 @@
pname="f"
accid="s"
oct="4"
dur="8"
dur="8"

stem.dir="up">
<artic artic="stacc"/>
</note>
Expand Down Expand Up @@ -4290,6 +4297,7 @@
<note xml:id="m51_s4_e3"
pname="f"
oct="3"
dur="8"
grace="unknown"
stem.dir="up"/>
<note xml:id="m51_s4_e4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@
<note xml:id="d1e906" pname="c" oct="2" dur="2" stem.dir="up"/>
<note xml:id="d1e920" pname="c" oct="4" dur="2" stem.dir="down"/>
<beam>
<note pname="b" oct="3" stem.dir="up" grace="unknown"/>
<note pname="c" oct="4" stem.dir="up" grace="unknown"/>
<note pname="b" oct="3" dur="16" stem.dir="up" grace="unknown"/>
<note pname="c" oct="4" dur="16" stem.dir="up" grace="unknown"/>
</beam>
</layer>
</staff>
Expand Down
2 changes: 1 addition & 1 deletion MEI 3.0/Music/Complete examples/Schubert_Erlkönig.mei
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
</staff>
<staff n="3">
<layer>
<note pname="f" accid="s" artic="acc" tie="i"/>
<note pname="f" oct="2" dur="1" accid="s" artic="acc" tie="i"/>
</layer>
</staff>
</measure>
Expand Down
2 changes: 1 addition & 1 deletion MEI 3.0/Musical features/snippets/Figured_Bass.mei
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
<layer>
<beam>
<note pname="g" oct="5" dur="8" dots="1"/>
<note pname="b" oct="4"/>
<note pname="b" oct="4" dur="16"/>
</beam>
<beam>
<note pname="c" oct="5" dur="32" grace="unknown" slur="i1" size="cue"/>
Expand Down