Based on further analysis of gregoriotex-write.c, I believe this should
be comparing to glyph->type instead. I will make this change into the
refactor branch, but please do tell me if my conclusion is incorrect,
and I will revert.
Henry
On Sunday, 29 March 2015 at 04:33:00 pm -0400, Henry So Jr. wrote:
> 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
>
_______________________________________________
Gregorio-devel mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-devel