plugins/gregoriotex/gregoriotex-write.c | 1 +
1 file changed, 1 insertion(+)
--- gregorio-0.9.2.orig/plugins/gregoriotex/gregoriotex-write.c
+++ gregorio-0.9.2/plugins/gregoriotex/gregoriotex-write.c
@@ -77,6 +77,7 @@
{
fprintf(f, "%% The license of this file is: %s\n", score->license);
}
+ fprintf(f, "%% File generated by gregorio %s\n", VERSION);
fprintf (f, "\\begingregorioscore%%\n");
// if necessary, we add some bottom space to the first line
first_line = (gregorio_line *) malloc (sizeof (gregorio_line));