mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Read tempo from sound attribute
This commit is contained in:
parent
df591b87c9
commit
3129131eeb
|
@ -176,6 +176,9 @@ class MusicXMLListener
|
||||||
elsif attrs['coda']
|
elsif attrs['coda']
|
||||||
@meas['coda'] = true
|
@meas['coda'] = true
|
||||||
end
|
end
|
||||||
|
if attrs['tempo']
|
||||||
|
OUTPUT['tempo'] = attrs['tempo'].to_i
|
||||||
|
end
|
||||||
when 'divisions' then
|
when 'divisions' then
|
||||||
@kind = 'prop'
|
@kind = 'prop'
|
||||||
@key = 'divisions'
|
@key = 'divisions'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user