* don't eat up horns part if specified
This commit is contained in:
parent
795f0b5375
commit
5300f62063
|
|
@ -501,7 +501,7 @@ module JamRuby
|
|||
part = 'Clock'
|
||||
elsif potential_instrument == 'horns' || potential_instrument == 'horn'
|
||||
instrument = 'other'
|
||||
part = 'Horns'
|
||||
part = 'Horns' if potential_part.nil?
|
||||
elsif potential_instrument == 'english horn'
|
||||
instrument = 'other'
|
||||
part = 'English Horn'
|
||||
|
|
@ -1650,7 +1650,7 @@ module JamRuby
|
|||
count+=1
|
||||
end
|
||||
|
||||
if count > 100
|
||||
if count > 500
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue