Skip to content

Commit

Permalink
Part update
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 4, 2019
1 parent c76e29a commit f9a37d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/MusicXML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,8 @@ end
# Arguments
```julia
- measures::Vector{Measure}
- id::String
- aml::Node
- measures::Vector{Measure}, "measure"
- id::String, a"~"
```
A type to hold the data for a part in musicxml file.
Expand All @@ -538,7 +537,7 @@ measures: See [`Measure`](@ref) doc
"""
@aml mutable struct Part "part"
measures::Vector{Measure}, "measure"
id::String, a"id"
id::String, a"~"
end
################################################################
"""
Expand Down

0 comments on commit f9a37d6

Please sign in to comment.