Skip to content

Commit b8db10e

Browse files
authored
Merge pull request #6 from rettinghaus/develop
Update test files
2 parents 1cc1ca9 + b45bf3b commit b8db10e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+10829
-9320
lines changed

LICENSE

Lines changed: 427 additions & 21 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
This repository holds the content of a static website documenting the MEI support in [MuseScore](https://musescore.org).
44

5-
The website is accessible at https://music-encoding.org/musescore-doc
5+
The website is accessible at <https://music-encoding.org/musescore-doc>.
66

77
## Examples
88

99
The example images in `./tests` have been generated with [Verovio](https://verovio.org) with the command:
10-
```bash
10+
11+
```shell
1112
verovio --adjust-page-height -o test-file.mei.svg test-file.mei
1213
```
1314

@@ -20,4 +21,3 @@ The content of the repo is licensed under a
2021

2122
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
2223
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
23-
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg

docs/features/other-features.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parent: "Features"
1010
### Ottava lines
1111

1212
Relevant tests:
13-
{% include test file="octava-01" %}
13+
{% include test file="octave-01" %}
1414

1515
### Hairpins
1616

@@ -57,4 +57,14 @@ Relevant tests:
5757
### Bow tremolo
5858

5959
Relevant tests:
60-
{% include test file="btrem-01" %}
60+
{% include test file="btrem-01" %}
61+
62+
### Measure Repeat
63+
64+
Relevant tests:
65+
{% include test file="measure-repeat-01" %}
66+
67+
### Colors
68+
69+
Relevant tests:
70+
{% include test file="color-01" %}

docs/features/slurs-and-ties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Relevant tests:
1717
{% include test file="tie-01" %}
1818

1919
Known limitations:
20-
* The is no distinction in the export between dashed and wide-dashed slur and both are exported with `@lform="dashed"`.
20+
21+
* There is no distinction in the export between dashed and wide-dashed slur and both are exported with `@lform="dashed"`.

docs/input-output.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ Additional lower-level feedback might be provided in the logs
3636

3737
## Metadata
3838

39-
The following metadata tags from the score properties are exported to the MEI header:
39+
The following metadata tags from the [Project properties](https://musescore.org/en/handbook/4/project-properties) are exported to the MEI header:
4040

4141
* Work title
42+
* Subtitle
4243
* Arranger
4344
* Composer
4445
* Copyright
@@ -49,7 +50,8 @@ The following metadata tags from the score properties are exported to the MEI he
4950
<meiHead>
5051
<fileDesc>
5152
<titleStmt>
52-
<title>Work title</title>
53+
<title type="main">Work title</title>
54+
<title type="subordinate">Subtitle</title>
5355
<respStmt>
5456
<persName role="arranger">Arranger is me</persName>
5557
<persName role="composer">Composer is me</persName>
@@ -67,21 +69,21 @@ The following metadata tags from the score properties are exported to the MEI he
6769
{: .warning }
6870
The tags `Creation date`, `Platform` and `Source` are currently **not preserved** since no appropriate place in MEI-Basic has been found
6971

70-
When importing and MEI file, the values in the MEI header (if found) as set back as score properties. The entire MEI header is also preserved. When exporting again to MEI, the original header is re-exported as such and the score properties are ignored. However, the original MEI header can be deleted from the score properties dialog.
72+
When importing an MEI file, the values in the MEI header (if found) as set back as score properties. The entire MEI header is also preserved. When exporting again to MEI, the original header is re-exported as such and the score properties are ignored. However, the original MEI header can be deleted from the score properties dialog.
7173

7274
## Command-line
7375

74-
The conversion from and to MEI through the MuseScore is possible with standard MuseScore command-line options.
76+
The conversion from and to MEI through MuseScore is possible with standard MuseScore command-line options.
7577

7678
For example, converting a MuseScore file to MEI:
7779

78-
```bash
80+
```shell
7981
mscore file.mscz -o file.mei
8082
```
8183

8284
Converting an MEI file to MuseScore:
8385

84-
```bash
86+
```shell
8587
mscore file.mei -o file.mscz
8688
```
8789

docs/structure/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The layout option in the export dialog and the import preferences (see above) tr
1111

1212
When writing, all page and line (system) breaks are encoded into the MEI. The ones manually entered in MuseScore have a `@type="mscore-manual"`.
1313

14-
When reading the MEI, only `pb` and `sb` with `@type="mscore-manual` are set as page and line breaks and all the others are ignored.
14+
When reading the MEI, only `pb` and `sb` with `@type="mscore-manual"` are set as page and line breaks and all the others are ignored.
1515

1616
Relevant tests:
1717
{% include test file="breaks-01" %}

tests/accid-01.mei.svg

Lines changed: 75 additions & 75 deletions
Loading

tests/accid-02.mei.svg

Lines changed: 73 additions & 73 deletions
Loading

tests/arpeg-01.mei.svg

Lines changed: 138 additions & 138 deletions
Loading

tests/artic-01.mei.svg

Lines changed: 247 additions & 247 deletions
Loading

0 commit comments

Comments
 (0)