Skip to content

Commit ca7f42c

Browse files
committed
make duration Int
1 parent 04975cd commit ca7f42c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/types.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@ slash::UN{YN} = nothing, "~"
415415
```
416416
417417
steal_time_previous: The steal-time-previous attribute indicates the percentage of time to steal from the previous note for the grace note.
418-
418+
419419
steal_time_following: The steal-time-following attribute indicates the percentage of time to steal from the following note for the grace note, as for appoggiaturas.
420420
421421
slash: The slash attribute for a grace note is yes for slashed eighth notes.
422-
422+
423423
[More info](https://usermanuals.musicxml.com/MusicXML/Content/CT-MusicXML-grace.htm)
424424
```
425425
"""
@@ -559,7 +559,7 @@ tie:
559559
pitch::UN{Pitch} = nothing, "~"
560560
rest::UN{Rest} = nothing, "~"
561561
unpitched::UN{Unpitched} = nothing, "~"
562-
duration::UN{UInt} = grace === nothing ? nothing : 1, "~"
562+
duration::UN{Int} = grace === nothing ? nothing : 1, "~"
563563
chord::UN{Chord} = nothing, "~"
564564
# voice
565565
type::UN{String} = nothing, "~"

0 commit comments

Comments
 (0)