Setting the author header changes the Creator metadata field
Coco Liliace via bug-lilypond <[email protected]> Fri, 28 Mar 2025 13:29:41 +0800
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
Setting the author header in a document changes the Creator metadata
field in the generated pdf to the author.
I would like to set the author field while keeping the default creator
value: LilyPond {version}.
Reproducible example:
```ly
\version "2.25.24"
\header {
author = "Me"
}
\fixed c {
c
}
```
exiftool shows that both the Author and Creator are set to "Me".
The expected behaviour should be that the Author is set to "Me" and
Creator defaults to "LilyPond 2.25.24" as it should be unaffected by the
author header.
lilypond of the same version)
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- iIcEABYKAC8WIQRlWjpx6q0D6xNt1k3gTC/uG09A+QUCZ+YzyhEcY29jb0BsaWxp YWNlLmRldgAKCRDgTC/uG09A+QTYAPwPqO2sA7rIu5oNZAH3rXSwO2H8clUoCynH Hw8vOVuGNAEAsmTDzhXkJ77C0y4lNodmb4w7O2rx4+n4yR7gd2Iyaww= =6e69 -----END PGP SIGNATURE-----