Re: Bug: Repeated chords (via "q") are not rendered when using ly:book-process.
Jean Abou Samra <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
Le samedi 30 mars 2024 à 16:47 +0000, Lovis B. Suchmann a écrit :
> \version "2.24.3"
>
> % Repeated chords (via "q") are not rendered when using ly:book-process.
>
> test = { r4 <c' e'> r q | }
>
> \book { \score { \test \layout {} } }
>
> #(ly:book-process (ly:make-book $defaultpaper
> #f
> (ly:make-score test))
> $defaultpaper
> $defaultlayout
> (string-append (ly:parser-output-name) "-1"))
This isn't a bug. You probably want to use scorify-music instead of
the low-level function ly:make-score.
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSZ7TKxnKGyBvBjzBmj8PYLiTOX/gUCZghFhAAKCRCj8PYLiTOX /lLdAP4ocfXtDGvqzdIJfT8T0WEE3GHQ1G4Ajp8z4tRMhIn0hAD6AjVCt46ZFgl6 dS5Gy6xHQf8ANQwKIH3nh43LDFhV+Qg= =ZJVa -----END PGP SIGNATURE-----