Re: Custom footers

2013-03-24 Thread Thomas Morley
2013/3/20 Jérôme Plût : > Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : >> Though, I didn't manage to code "(1/3)" for consecutive bookparts, >> because I didn't understand how to get or calculate the >> bookpart-last-page-number. > > The simplest way to do it would be the TeX way

Re: Custom footers

2013-03-20 Thread Thomas Morley
2013/3/20 Marc Hohl : > Am 20.03.2013 19:19, schrieb Jérôme Plût: > >> Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : >>> >>> in the code below you'll see increasing page-numbers throughout the >>> book as usual. >> >> >> Ooh, now that I have had the time to read your code, I see wh

Re: Custom footers

2013-03-20 Thread Marc Hohl
Am 20.03.2013 19:19, schrieb Jérôme Plût: Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : in the code below you'll see increasing page-numbers throughout the book as usual. Ooh, now that I have had the time to read your code, I see what you did, and I like it. The \on-the-fly si

Re: Custom footers

2013-03-20 Thread Jérôme Plût
Decimo tertio Kalendas Apriles MMXIII scripsit Thomas Morley : > in the code below you'll see increasing page-numbers throughout the > book as usual. Ooh, now that I have had the time to read your code, I see what you did, and I like it. The \on-the-fly side-effect is devious (and un-Scheme-like,

Re: Custom footers

2013-03-19 Thread Thomas Morley
2013/3/20 Thomas Morley : > Nevertheless here's the code: > > \version "2.16.2" Hi again, forgot you asked for "2.12.3" Will see tomorrow if it's possible to downgrade. Though, please consider upgrading. Current stable is "2.16.2" Cheers, Harm __

Re: Custom footers

2013-03-19 Thread Thomas Morley
2013/3/19 Jérôme Plût : > Decimo quinto Kalendas Apriles MMXIII scripsit james : >> they come from the header. > > That's what I figured from the documentation about footer markup. But > this does not answer my question: is there a way to put in there, for > example, a counter that gets incremented

Re: Custom footers

2013-03-19 Thread Jérôme Plût
Decimo quinto Kalendas Apriles MMXIII scripsit james : > they come from the header. That's what I figured from the documentation about footer markup. But this does not answer my question: is there a way to put in there, for example, a counter that gets incremented at each page and reset at each bo

Re: Custom footers

2013-03-18 Thread james
On Mar 18, 2013, at 8:40 PM, Jérôme Plût wrote: > Postridie Idus Martias MMXIII scripsit Thomas Morley : >> Where do you store the values you want have printed? >> How is the structure of your file(s). >> Which is your version? >> etc >> >> Please post a compilable example. > > I have access to

Re: Custom footers

2013-03-18 Thread Jérôme Plût
Postridie Idus Martias MMXIII scripsit Thomas Morley : > Where do you store the values you want have printed? > How is the structure of your file(s). > Which is your version? > etc > > Please post a compilable example. I have access to lilypond 2.12.3 (Debian stable). I of course already looked

Re: Custom footers

2013-03-17 Thread james
On Mar 15, 2013, at 5:24 PM, Jérôme Plût wrote: > I don't understand how to define custom footers. Is there a hook in > odd/evenpagefooter where I can plug a Scheme function, or are they > limited to the very poor language of \fromproperty and \on-the-fly? > > What I want to do in my case: I hav

Re: Custom footers

2013-03-15 Thread Thomas Morley
2013/3/15 Jérôme Plût : Hi Jérôme, it's not clear to me what you want to achieve. > I don't understand how to define custom footers. Is there a hook in > odd/evenpagefooter where I can plug a Scheme function, or are they > limited to the very poor language of \fromproperty and \on-the-fly? > > Wh