Re: One-page page-turning

2023-08-09 Thread Valentin Petzel
Theoretically yes, but this would require more specific implementations,as current implementation of special cases only work for n = 2 and do not matter for n = 1. Am Mittwoch, 9. August 2023, 19:14:58 CEST schrieb Pierre-Luc Gauthier: > I understand from your code that this opens up the door to

Re: One-page page-turning

2023-08-09 Thread Paul Hodges
From: Pierre-Luc Gauthier I understand from your code that this opens up the door to an arbitrary number of pages, say, a 3 page bloc. 'Could be fun ! This isn't necessarily a joke!  Both the last score I did (now in print) and the one I'm working on have fold-out pages to make the op

Re: One-page page-turning

2023-08-09 Thread Pierre-Luc Gauthier
Le mer. 9 août 2023, à 12 h 55, Valentin Petzel a écrit : > if you feel confident building from source I do ! And I did !! And it works !!! > I’ve changed the code such that > page-turn-breaking will do a turn after each single page unless two-sided is > set true O_O! Thank, you, so, much !

Re: One-page page-turning

2023-08-09 Thread Valentin Petzel
Hi Pierre-Luc, if you feel confident building from source I’ve changed the code such that page-turn-breaking will do a turn after each single page unless two-sided is set true: https://gitlab.com/vpetzel/lilypond/-/tree/single_turn_breaking Cheers, Valentin Am Mittwoch, 9. August 2023, 15:47:

Re: One-page page-turning

2023-08-09 Thread Jean Abou Samra
Le mercredi 09 août 2023 à 09:47 -0400, Pierre-Luc Gauthier a écrit : > I see tablets proliferating in orchestras. And I rather like it > because updates to the charts are trivial for those not needing a > printer. So, rather than the traditional "two-side" page arrangement, > is there a way to hav

One-page page-turning

2023-08-09 Thread Pierre-Luc Gauthier
Hi there, I see tablets proliferating in orchestras. And I rather like it because updates to the charts are trivial for those not needing a printer. So, rather than the traditional "two-side" page arrangement, is there a way to have the ly:page-turn-breaking function to work for a "one-sided" docu