Le 07/11/2022 à 23:51, Federico Bruni a écrit :
I'm updating the italian language and I can't understand what this dash is about here:

$ git grep -n -A4 -B4 "Re-defining dash" lily/
lily/parser.yy-3316-// ----------------------------------------------------------------- lily/parser.yy-3317-// obsoletion handling, may be removed at some point (e.g. for 2.26)
lily/parser.yy-3318- } else if (scm_is_string (s)) {
lily/parser.yy-3319- string s_string = ly_scm2string (s);
lily/parser.yy:3320: @$.warning (_f ("Re-defining dash%s using a string is deprecated. \ lily/parser.yy-3321-Please try replacing \"%s\" by \\%s or run convert-ly.",
lily/parser.yy-3322- ly_scm2string ($1), s_string, s_string));
lily/parser.yy-3323- Music *a = MY_MAKE_MUSIC ("ArticulationEvent", @$);
lily/parser.yy-3324- set_property (a, "articulation-type", scm_string_to_symbol (s));

BTW, no space between dash and %s?



These are dashHat, dashPlus, etc. See "Modifying default values for articulation shorthand notation" here:

https://lilypond.org/doc/v2.23/Documentation/notation/expressive-marks-attached-to-notes.html

Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to