Skip to content

Commit

Permalink
Try with @mx and the latest AcuteML
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 14, 2020
1 parent 4ac6af3 commit ac64f9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.jl.cov
*.jl.mem
/docs/build/
Manifest.toml
Manifest.toml
myscore.musicxml
5 changes: 4 additions & 1 deletion examples/creating.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using MusicXML
@importMX # imports all the MusicXML types since we know there is no conflict

@MX begin

## Part List
### Piano
Expand Down Expand Up @@ -103,3 +104,5 @@ parts = [part_piano, part_guitar],
)

writemusicxml("myscore.musicxml", score)

end

0 comments on commit ac64f9d

Please sign in to comment.