There's a section of dump.c which does this:

  if (glyph->liquescentia && glyph->glyph_type != GRE_BAR)
    {
      fprintf (f, "       liquescentia          %d (%s)\n",
               glyph->liquescentia,
               dump_liquescentia (glyph->liquescentia));
    }
  if (glyph->liquescentia && glyph->glyph_type == GRE_BAR)
    {
      fprintf (f, "       liquescentia          %d (%s)\n",
               glyph->liquescentia,
               dump_rare_sign (glyph->liquescentia));
    }

Is this code doing the right thing?  Comparing glyph_type to GRE_BAR?

GRE_BAR happens to have the same value as G_TRIGONUS, so it will be printing
this for G_TRIGONUS?

Henry

_______________________________________________
Gregorio-devel mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-devel

Répondre à