Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMuFL caesuraSingleStroke not accessible #3778

Open
rettinghaus opened this issue Sep 17, 2024 · 0 comments
Open

SMuFL caesuraSingleStroke not accessible #3778

rettinghaus opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@rettinghaus
Copy link
Contributor

Using caesura with different symbols (encoded as @glyph.name) fail to show the caesuraSingleStroke, although it is available in the fonts.

image

<?xml version="1.0" encoding="UTF-8"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0+basic">
   <meiHead>
      <fileDesc>
         <titleStmt>
            <title type="main">Caesurae</title>
            <respStmt>
               <persName role="encoder">Klaus Rettinghaus</persName>
            </respStmt>
         </titleStmt>
         <pubStmt>
            <date isodate="2024-09-17T15:45:22" />
         </pubStmt>
      </fileDesc>
   </meiHead>
   <music>
      <body>
         <mdiv>
            <score>
               <scoreDef>
                  <staffGrp>
                     <staffDef n="1" lines="5" meter.count="4" meter.unit="4">
                        <clef shape="G" line="2" />
                     </staffDef>
                  </staffGrp>
               </scoreDef>
               <section xml:id="s1">
                  <measure xml:id="mn0foo5" n="1">
                     <staff xml:id="m1s1" n="1">
                        <layer xml:id="m1s1l1" n="1">
                           <note xml:id="nb8t2ve" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="c1ssh3t2" startid="#nb8t2ve" glyph.auth="smufl" glyph.name="caesuraCurved" />
                  </measure>
                  <measure xml:id="m1wa2a32" n="2">
                     <staff xml:id="m2s1" n="1">
                        <layer xml:id="m2s1l1" n="1">
                           <note xml:id="n36e9xm" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="c28uxyu" startid="#n36e9xm" />
                  </measure>
                  <measure xml:id="mw8gtzf" n="3">
                     <staff xml:id="m3s1" n="1">
                        <layer xml:id="m3s1l1" n="1">
                           <note xml:id="n1a5ijin" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="crp0jdz" startid="#n1a5ijin" glyph.auth="smufl" glyph.name="caesuraShort" />
                  </measure>
                  <measure xml:id="m14u40jq" n="4">
                     <staff xml:id="m4s1" n="1">
                        <layer xml:id="m4s1l1" n="1">
                           <note xml:id="n1xc3lax" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="c1mrhp7n" startid="#n1xc3lax" glyph.auth="smufl" glyph.name="caesuraThick" />
                  </measure>
                  <measure xml:id="m194zfsc" n="5">
                     <staff xml:id="m5s1" n="1">
                        <layer xml:id="m5s1l1" n="1">
                           <note xml:id="nnp16dv" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="c8bv826" startid="#nnp16dv" glyph.auth="smufl" glyph.name="chantCaesura" />
                  </measure>
                  <measure xml:id="m1b91igf" right="end" n="6">
                     <staff xml:id="m6s1" n="1">
                        <layer xml:id="m6s1l1" n="1">
                           <note xml:id="nbpluq1" dur="1" pname="g" oct="4" />
                        </layer>
                     </staff>
                     <caesura xml:id="c8vg40h" startid="#nbpluq1" glyph.auth="smufl" glyph.name="caesuraSingleStroke" />
                  </measure>
               </section>
            </score>
         </mdiv>
      </body>
   </music>
</mei>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant