Hi Ihor
On 12 Jul 2023, Ihor Radchenko wrote:
[...]
I have recently seen
https://masto.ai/@rfc1149/110674961710491363 that revealed a
problem with example from
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html#org29a742f
Instead of lilypond fragments, full pages are inserted when
exporting to pdf.
Upon further investigation, it looks like something changed in
how Lilypond defines page layout.
Can you check if adding:
\version "2.24.1"
#(ly:set-option 'use-paper-size-for-page #f)
#(ly:set-option 'tall-page-formats 'pdf)
to the version-and-paper block fixes the issue.
Also, I believe tagline = "" is now the only variable needed.
--
Jonathan