<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 15.03.2017 um 02:09 schrieb Byrd,
      Donald A.:<br>
    </div>
    <blockquote
      cite="mid:4BDE4E26-28AB-4E0C-BE02-D84C7689A965@indiana.edu"
      type="cite">
      <pre wrap="">It seems clear that addressing scordatura at a higher level than the note requires grouping notes by the string they're to be played on, something like @string="G", as well as saying -- maybe in the staffDef -- how each string transposes.

How about timpani parts like the ones my "Written Vs. Sounding Pitch" article discusses, including Beethoven's Third and Fourth?  [...] The best way to handle this might be to somehow say in the staffDef that all B's sound as B-flats.

</pre>
    </blockquote>
    <br>
    <br>
    I think that instead of trying to find special purpose solutions for
    all the different cases, it would be useful to have a general way of
    distinguishing<br>
    <br>
    <ol>
      <li> "naive" written pitch (as if one didn't know about
        scordatura, harmonics, ottava, horn/timpany conventions etc.)</li>
      <li> logical pitch (ignoring instrument transposition)</li>
      <li> sounding pitch</li>
    </ol>
    <br>
    For 1., @pname/@oct/@occid/<accid> could be used just the way
    the are apprently used right now.  For 3., according to Perry,
    @pname.ges/@oct.ges/@accid.ges are the go to attributes:<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 13.03.2017 um 21:36 schrieb Roland,
      Perry D. (pdr4h):<br>
    </div>
    <blockquote
cite="mid:BBCC497C40D85642B90E9F94FC30343DDC03C36B@REAGAN1.eservices.virginia.edu"
      type="cite">
      <div class="WordSection1"><span
          style="font-family:"Calibri","sans-serif""><o:p></o:p></span><span
          style="font-family:"Calibri","sans-serif""><o:p> </o:p></span>
        <p class="MsoNormal"><span
            style="font-family:"Calibri","sans-serif"">The
            actual sounding pitch of a <note> may be determined
            [...] at "encoding time" by storing the results of this
            calculation in the note's @pname.ges, @oct.ges, and
            @accid.ges attributes.<o:p></o:p></span></p>
        <span
          style="font-family:"Calibri","sans-serif""><o:p>
            <br>
          </o:p></span></div>
    </blockquote>
    <br>
    <br>
    But there's nothing for 2.  This means, for a Bb instrument in a
    passage with <tt><octave dis="8" dis.place="above"/></tt>, a
    note could be encoded like:<br>
    <br>
    <tt>    <note </tt><tt><br>
    </tt><tt>      pname="c" oct="4" </tt><tt><br>
    </tt><tt>      pname.log="c" oct.log="5"</tt><tt><br>
    </tt><tt>      pname.ges="b" accid.ges="f" oct.ges="4"/></tt>
  </body>
</html>