Skip to content

Commit ac64f9d

Browse files
committed
Try with @mx and the latest AcuteML
1 parent 4ac6af3 commit ac64f9d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*.jl.cov
33
*.jl.mem
44
/docs/build/
5-
Manifest.toml
5+
Manifest.toml
6+
myscore.musicxml

examples/creating.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using MusicXML
2-
@importMX # imports all the MusicXML types since we know there is no conflict
2+
3+
@MX begin
34

45
## Part List
56
### Piano
@@ -103,3 +104,5 @@ parts = [part_piano, part_guitar],
103104
)
104105

105106
writemusicxml("myscore.musicxml", score)
107+
108+
end

0 commit comments

Comments
 (0)