[MEI-L] Half flats and custom key signatures in MEI

Roland, Perry D. (pdr4h) pdr4h at virginia.edu
Thu Aug 24 16:46:23 CEST 2017


In the next version of MEI, currently under development, one can associate SMuFL code points with accidentals in the key signature like so --

<scoreDef meter.count="11" meter.unit="8">
  <staffGrp>
    <staffDef n="1" clef.line="2" clef.shape="G" lines="5" key.sig="mixed">
      <keySig>
        <keyAccid pname="e" oct="4" accid="1qf" glyph.auth="smufl" glyph.num="U+E442"/>
        <keyAccid pname="b" oct="4" accid="f"/>
      </keySig>
    </staffDef>
  </staffGrp>
</scoreDef>

I'll leave the question about Verovio support to someone else.

--
p.

> -----Original Message-----
> From: mei-l [mailto:mei-l-bounces+pdr4h=virginia.edu at lists.uni-paderborn.de] On Behalf
> Of Klaus Rettinghaus
> Sent: Thursday, August 24, 2017 8:35 AM
> To: Music Encoding Initiative <mei-l at lists.uni-paderborn.de>
> Subject: Re: [MEI-L] Half flats and custom key signatures in MEI
> 
> Hi Mark,
> 
> this "half flat" (Arabic quarter-tone flat) isn't yet available as MEI accidental, only with
> SMUFL.
> 
> With "normal" quater tone accidentals it could look something like this:
> 
> <score>
>   <scoreDef meter.count="11" meter.unit="8">
>     <staffGrp>
>       <staffDef n="1" clef.line="2" clef.shape="G" lines="5"
> key.sig="mixed" key.sig.mixed="e41qf b4f"/>
>     </staffGrp>
>   </scoreDef>
>   <section>
>     <measure n="1">
>       <staff n="1">
>         <layer n="1">
>           <note dur="4" oct="4" pname="a"/>
>           <note dur="8" oct="4" pname="a"/>
>           <note dur="4" oct="4" pname="a"/>
>           <note dur="8" oct="4" pname="g"/>
>           <note dur="4" oct="4" pname="a"/>
>           <note dur="8" oct="4" pname="g"/>
>           <note dur="4" oct="4" pname="f"/>
>         </layer>
>       </staff>
>     </measure>
>   </section>
> </score>
> 
> (SVG created with MEILER https://github.com/rettinghaus/MEILER)
> 
> Klaus
> 
> Am Do, 24. Aug, 2017 um 11:28 schrieb Mark Asmar
> <mark.asmar.ma at gmail.com>:
> > To whom it may concern,
> >
> > I've been wondering lately on how to encode half flats in MEI as well
> > as custom key signatures.
> > So I would like to ask you:
> >
> > 1- Is it possible to encode half flats in MEI? If yes, please provide
> > an example. (half flat.svg)
> >
> > 2-Is it possible in MEI to encode custom key signatures? (keysig.png)
> >
> > 3-Does verovio supports the rendering of the aforementioned?
> >
> > Thank you in advance
> > Mark Asmar


More information about the mei-l mailing list