Module:Sharpness documentation: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 32: Line 32:
if notation == "" then
if notation == "" then
if s >= 3 then
if s >= 3 then
out_str = out_str .. " It is based on [[ups and downs notation]] using "
out_str = out_str .. " The symbol set comprises "
.. (s % 2 == 0
.. (s % 2 == 0
and "sharps, flats, and Stein–Zimmerman [[24edo#Notation|quarter tone]] accidentals "
and "sharps, flats, naturals, and Stein–Zimmerman [[24edo#Notation|quarter tone]] accidentals "
or "sharps and flats ")
or "sharps, flats, and naturals ")
out_str = out_str .. "with arrows via [[Helmholtz–Ellis notation|Helmholtz–Ellis just intonation accidentals]]."
out_str = out_str .. "with arrows from [[Helmholtz–Ellis notation]]."
end
end
else
else
Line 49: Line 49:
if s >= 1 then
if s >= 1 then
out_str = out_str
out_str = out_str
.. "\n\n=== Parameters ===\n"
.. "\n\n<h3>Parameters/h3>\n"
.. "Passing <code>{{pipe}}"
.. "Passing <code>{{pipe}}"
.. sc
.. sc
Line 59: Line 59:
if s >= 3 then
if s >= 3 then
out_str = out_str
out_str = out_str
.. "\n\n=== See also ===\n"
.. "\n\n<h3>See also</h3>\n"
.. "* [[Alternative symbols for ups and downs notation]]"
.. "* [[Alternative symbols for ups and downs notation]]"
end
end