Skip to content

Commit b45bf3b

Browse files
committed
Merge
2 parents 959c1c4 + 0f6d559 commit b45bf3b

Some content is hidden

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

61 files changed

+10822
-9315
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ The conversion from and to MEI through MuseScore is possible with standard MuseS
7777

7878
For example, converting a MuseScore file to MEI:
7979

80-
```bash
80+
```shell
8181
mscore file.mscz -o file.mei
8282
```
8383

8484
Converting an MEI file to MuseScore:
8585

86-
```bash
86+
```shell
8787
mscore file.mei -o file.mscz
8888
```
8989

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

tests/beam-01.mei.svg

Lines changed: 121 additions & 121 deletions
Loading

0 commit comments

Comments
 (0)