Re: Displaying typesetting information at compile time

2022-03-22 Thread Jean Abou Samra
Le 22/03/2022 à 09:15, Richard Shann a écrit : Perfect! Thanks, I should have thought to track down documentation for page-post-process ... Richard Ahem, well, like with a number of Scheme interfaces, that documentation is nonexistent. Jean

Re: Displaying typesetting information at compile time

2022-03-22 Thread Richard Shann
On Mon, 2022-03-21 at 17:28 +0100, Jean Abou Samra wrote: > > > Le 21/03/2022 à 17:24, Richard Shann a écrit : > > On Sun, 2022-03-20 at 20:09 +0100, Jean Abou Samra wrote: > > > > > [...] perhaps there is something altogether > > simpler? > > > > In that case, just output the info at the end

Re: Displaying typesetting information at compile time

2022-03-21 Thread Richard Shann
On Sun, 2022-03-20 at 20:09 +0100, Jean Abou Samra wrote: > > > Le 20/03/2022 à 19:09, Richard Shann a écrit : > > On Sun, 2022-03-20 at 18:43 +0100, Jean Abou Samra wrote: > > > \version "2.22.2" > > > > > > markWithPageInfo = > > >     %% Must not get called before line breaking > > >     \twe

Re: Displaying typesetting information at compile time

2022-03-21 Thread Jean Abou Samra
Le 21/03/2022 à 17:24, Richard Shann a écrit : On Sun, 2022-03-20 at 20:09 +0100, Jean Abou Samra wrote: Le 20/03/2022 à 19:09, Richard Shann a écrit : On Sun, 2022-03-20 at 18:43 +0100, Jean Abou Samra wrote: \version "2.22.2" markWithPageInfo =     %% Must not get called before line br

Re: Displaying typesetting information at compile time

2022-03-20 Thread Jean Abou Samra
Le 20/03/2022 à 19:09, Richard Shann a écrit : On Sun, 2022-03-20 at 18:43 +0100, Jean Abou Samra wrote: \version "2.22.2" markWithPageInfo =    %% Must not get called before line breaking    \tweak X-extent #'(0 . 0)    \tweak Y-extent #'(0 . 0)    \tweak horizontal-skylines #(ly:

Re: Displaying typesetting information at compile time

2022-03-20 Thread Richard Shann
On Sun, 2022-03-20 at 18:43 +0100, Jean Abou Samra wrote: > > \version "2.22.2" > > markWithPageInfo = >    %% Must not get called before line breaking >    \tweak X-extent #'(0 . 0) >    \tweak Y-extent #'(0 . 0) >    \tweak horizontal-skylines > #(ly:make-unpure-pure-container ly:grob::sim

Re: Displaying typesetting information at compile time

2022-03-20 Thread Jean Abou Samra
Le 20/03/2022 à 17:43, Richard Shann a écrit : I wonder if someone could suggest how to get LilyPond to emit various bits of information about the score it is typesetting. Specifically can it be persuaded to display the number of pages in the output PDF and the total number of systems? The ide

Displaying typesetting information at compile time

2022-03-20 Thread Richard Shann
I wonder if someone could suggest how to get LilyPond to emit various bits of information about the score it is typesetting. Specifically can it be persuaded to display the number of pages in the output PDF and the total number of systems? The idea would be to guide the user as to suitable values f