<div dir="ltr"><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">Hello </span><span style="font-family:calibri,sans-serif;font-size:14.6667px">Daniel,</span></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px"><br></span></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">How you encode the Tacet will depend on the purpose of the encoding, i.e., what you plan to do with the encoding after you have finished encoding it.  If you want a photocopy of the score, then you can encode in a way that says there is a blank staff in the music that happens to have some text on it.  If you want to manipulate the data afterward to generate a modern style score, render a MIDI file, etc., then this "Tacet" text represents rests at a deeper structural level than the visible content and so should be encoded to reflect that.</span></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px"><br></span></div><span style="font-family:calibri,sans-serif;font-size:14.6667px">Perry Says:</span><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">> No, I think <space> is the appropriate markup in this case.  </span><br></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">> </span><span style="font-size:12.8px"><space> fills up time; i.e., it has duration. <pad> has visual size, but doesn't have duration.</span></div><div><br></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">"Tacet" is a shorthand for the part resting for an entire section of the music, however, @dur/@dots for a <space> are limited to printable rhythms.  It is not possible to represent "20 breves" with those attributes.  Could @dur.ges be used to represent the duration of 20 breves?   This is closer to <mSpace>, although there are no measures (or technically there is one measure?). </span></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px"><br></span></div><div><span style="font-family:calibri,sans-serif;font-size:14.6667px">In other words, the "Tacet" text represents a duration in this case, so it should be given a duration or used in parallel with something that has duration.  The element possessing the duration is "invisible".  The tacet line should be encoded in its own <mdiv> or at least <section> as well.</span></div><div><br></div><div>If you want it both ways, then this music should be encoded in <part> rather than <score>, and the part version can be more literal, while the score encoding could be more structural by accounting for the rests.</div><div><br></div><div>Take this page of music from a trumpet part from an orchestral work for a modern equivalent:</div><div><br></div><div><img src="cid:ii_15ab4bfc8dc9e472" alt="Inline images 1" width="441" height="562"><br></div><div><br></div><div>page 10 of  <a href="http://scores.ccarh.org/mendelssohn/elijah/parts/current/mendelssohn-elijah-trpt1.pdf">http://scores.ccarh.org/mendelssohn/elijah/parts/current/mendelssohn-elijah-trpt1.pdf</a></div><div>if the image does not get through the mailing system.</div><div><br></div><div>Notice that the truplet is "tacet" in movements/sections 23, 24, 25, 27, 28, and 29.  The trumpet will not immediately start playing the music for no. 30 after they have finished playing no. 26 (otherwise they will be fired).</div><div><br></div><div>-=+Craig</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 March 2017 at 11:53, Daniel Alles <span dir="ltr"><<a href="mailto:DanielAlles@stud.uni-frankfurt.de" target="_blank">DanielAlles@stud.uni-frankfurt.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In fact, my "tacet" is also followed by notes on the next page. Until now I did not encode line breaks because I encoded each of the six parts of each Magnificat as <section>, the lines only separated optically using <!-- x. line -->. But thinking about reproducing the source - wouldn't it be better to encode all the lines at once, without <section>, but with line breaks?<br>
<br>
I don't get the difference between <space> and <pad>, could please someone explain that a little bit?<br>
<br>
Thank you and good night,<br>
Daniel<br>
<br>
<br>
<br>
Zitat von Anna Plaksin <<a href="mailto:annplaksin@gmx.net" target="_blank">annplaksin@gmx.net</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi Perry,<br>
<br>
<br>
<br>
according to your mail yesterday, wouldn’t <pad> here also be more appropriate, because Daniel wants to reproduce the source?<br>
<br>
In fact, my example displayed a similar situation. There is a visual padding and a text directive “Tacet” which intends logically time, where that particular voice remains silent while the others are singing. The difference is, that in my example the directive is followed by notes and in Daniel’s it is vice versa.<br>
<br>
As it seems to me, we have to decide here whether we want to encode the visual information or the logical. But the question is: which decision fits better to the encoding approach of “representing a source”?<br>
<br>
<br>
<br>
Best wishes,<br>
<br>
Anna<br>
<br>
<br>
<br>
Von: mei-l [mailto:<a href="mailto:mei-l-bounces@lists.uni-paderborn.de" target="_blank">mei-l-bounces@lists.un<wbr>i-paderborn.de</a>] Im Auftrag von Roland, Perry D. (pdr4h)<br>
Gesendet: Donnerstag, 9. März 2017 16:23<br>
An: Music Encoding Initiative <<a href="mailto:mei-l@lists.uni-paderborn.de" target="_blank">mei-l@lists.uni-paderborn.de</a>><br>
Betreff: Re: [MEI-L] Place text on staves<br>
<br>
<br>
<br>
<br>
<br>
Since this is mensural notation, @tstamp won't work.  Instead, use <space> as a placeholder in the 2nd staff and associate the text with the space via @startid --<br>
<br>
<br>
<br>
<staff n="1"><br>
<br>
  <layer><br>
<br>
    <!-- notes --><br>
<br>
  </layer><br>
<br>
</staff><br>
<br>
<staff n="2"><br>
<br>
  <layer><br>
<br>
    <space xml:id="space01"/><br>
<br>
  </layer><br>
<br>
  <dir startid="#space01">... Tacet</dir><br>
<br>
</staff><br>
<br>
<br>
<br>
--<br>
<br>
p.<br>
<br>
<br>
<br>
<br>
<br>
From: mei-l [mailto:<a href="mailto:mei-l-bounces@lists.uni-paderborn.de" target="_blank">mei-l-bounces@lists.un<wbr>i-paderborn.de</a>] On Behalf Of Raffaele Viglianti<br>
Sent: Thursday, March 09, 2017 9:25 AM<br>
To: Music Encoding Initiative<br>
Subject: Re: [MEI-L] Place text on staves<br>
<br>
<br>
<br>
Hello,<br>
<br>
<br>
<br>
I think <dir place="within"> is the most appropriate element given that the text gives an instruction. You can use @tstamp to position it based on time.<br>
<br>
<br>
<br>
Raff<br>
<br>
<br>
<br></div></div><span class="">
On Thu, Mar 9, 2017 at 7:08 AM, Daniel Alles <<a href="mailto:DanielAlles@stud.uni-frankfurt.de" target="_blank">DanielAlles@stud.uni-frankfur<wbr>t.de</a> <mailto:<a href="mailto:DanielAlles@stud.uni-frankfurt.de" target="_blank">DanielAlles@stud.uni-f<wbr>rankfurt.de</a>> > wrote:<br>
<br>
Dear all,<br>
<br>
in my source, there often appears the playing instruction "Tacet" written directly on a staff (see attachment). How can I reproduce that in MEI? I always try to reproduce the source as accurately as possible, but couldn't find a possibility to put this text on the staff. Is that possible at all? <dir> seems not to work, as there are no notes in that staff.<br>
<br>
Best, Daniel<br>
<br>
______________________________<wbr>_________________<br>
mei-l mailing list<br>
</span><a href="mailto:mei-l@lists.uni-paderborn.de" target="_blank">mei-l@lists.uni-paderborn.de</a> <mailto:<a href="mailto:mei-l@lists.uni-paderborn.de" target="_blank">mei-l@lists.uni-paderb<wbr>orn.de</a>><br>
<a href="https://lists.uni-paderborn.de/mailman/listinfo/mei-l" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de<wbr>/mailman/listinfo/mei-l</a><br>
</blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
<br>
______________________________<wbr>_________________<br>
mei-l mailing list<br>
<a href="mailto:mei-l@lists.uni-paderborn.de" target="_blank">mei-l@lists.uni-paderborn.de</a><br>
<a href="https://lists.uni-paderborn.de/mailman/listinfo/mei-l" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de<wbr>/mailman/listinfo/mei-l</a><br>
</div></div></blockquote></div><br></div>