Module:Diatonic interval tuning: Difference between revisions

No edit summary
No edit summary
Line 26: Line 26:
--local out = '{| class="wikitable"|-!Tuning!Step ratio!Edo!Cents|-|Equalized|1:1|[[7edo|7]]|' .. tuning1 .. 'c|-|Supersoft|4:3|[[26edo|26]]|' .. tuning2.. 'c|-|Soft|3:2|[[19edo|19]]|' .. tuning3.. 'c|-|Semisoft|5:3|[[31edo|31]]|' .. tuning4.. 'c|-|Basic|2:1|[[12edo|12]]|' .. tuning5.. 'c|-|Semihard|5:2|[[29edo|29]]|' .. tuning6.. 'c|-|Hard|3:1|[[17edo|17]]|' .. tuning7.. 'c|-|Superhard|4:1|[[22edo|22]]|' .. tuning8.. 'c|-|Equalized|1:0|[[5edo|5]]|' .. tuning9 .. '|}'
--local out = '{| class="wikitable"|-!Tuning!Step ratio!Edo!Cents|-|Equalized|1:1|[[7edo|7]]|' .. tuning1 .. 'c|-|Supersoft|4:3|[[26edo|26]]|' .. tuning2.. 'c|-|Soft|3:2|[[19edo|19]]|' .. tuning3.. 'c|-|Semisoft|5:3|[[31edo|31]]|' .. tuning4.. 'c|-|Basic|2:1|[[12edo|12]]|' .. tuning5.. 'c|-|Semihard|5:2|[[29edo|29]]|' .. tuning6.. 'c|-|Hard|3:1|[[17edo|17]]|' .. tuning7.. 'c|-|Superhard|4:1|[[22edo|22]]|' .. tuning8.. 'c|-|Equalized|1:0|[[5edo|5]]|' .. tuning9 .. '|}'
--return frame:preprocess(out)
--return frame:preprocess(out)
return fifthspan
return frame:preprocess(fifthspan)