<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Bahnschrift Light Condensed";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-NZ link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoPlainText><span lang=EN-US>Yes, I have long wanted control of line ornamentation size (as opposed to line thickness), with th2 statements like;<o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>line wall -scale xs...<o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>line floor-step xs...<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'>do not throw an error, but also do not have any effect on what is drawn.<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'>They seem not to be parsed to any of the standard line metapost code.  I was playing with this idea in 2012 and got nowhere.<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'>What if you include the scale in a line definition, like is done with the standard point definitions, and work from there?<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'><o:p> </o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>def p_stalagmite_UIS(expr pos,theta,sc,al) =<o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>def l_wall_sand_SKBB (expr P) =<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'><o:p> </o:p></span></p><p class=MsoPlainText><span style='color:black'>So maybe <o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>def l_wall_sand_SKBB (expr P, sc) =<o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='font-family:"Bahnschrift Light Condensed",sans-serif;color:black'>                if unknown sc: sc:=1; fi;  %assuming parsing sc can be optional<o:p></o:p></span></p><p class=MsoPlainText style='margin-left:36.0pt'><span style='color:black'><o:p> </o:p></span></p><p class=MsoPlainText><span style='color:black'>is a good start?  Seems like it should not be too hard -:)<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'>I deduce that sc has already been converted from xs to 0.5 by something magic in the Therion code by the time it gets to metapost.<o:p></o:p></span></p><p class=MsoPlainText><span style='color:black'>I think scale m = 1, with the other values each scaled up or down by root 2. Therefore xs = 0.5, xl = 2.0<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><o:p> </o:p></span></p><p class=MsoNormal>Good luck<o:p></o:p></p><p class=MsoNormal>I’ll be watching with interest.<o:p></o:p></p><p class=MsoNormal>Bruce<o:p></o:p></p></div></body></html>