* don't eat up horns part if specified

This commit is contained in:
Seth Call 2015-08-11 05:51:58 -05:00
parent 795f0b5375
commit 5300f62063
1 changed files with 2 additions and 2 deletions

View File

@ -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