Skip to content

Commit

Permalink
Measure update
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 4, 2019
1 parent f9a37d6 commit bba7171
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 @@ -505,9 +505,8 @@ end
# Arguments
```julia
- attributes::Union{Nothing,Attributes}
- notes::Vector{NoteX}
- aml::Node
- attributes::UN{Attributes} = nothing, "~"
- notes::Vector{NoteX}, "note"
```
A type to hold the data for a musicxml measure
Expand All @@ -517,7 +516,7 @@ notes: See [`NoteX`](@ref) doc
"""
@aml mutable struct Measure "measure"
attributes::UN{Attributes} = nothing, "attributes"
attributes::UN{Attributes} = nothing, "~"
notes::Vector{NoteX}, "note"
end
################################################################
Expand Down

0 comments on commit bba7171

Please sign in to comment.