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:54 CEST schrieb 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" document ?
> 
> \version "2.25.8"
> 
> \paper { page-breaking = #ly:page-turn-breaking }
> 
> {
>   \new Staff \with {
>     \consists Page_turn_engraver
>   }  {
>     \compressEmptyMeasures
>     \repeat unfold 60 {
>       \repeat unfold #(* 10 4) c'4
>       R1*7
>     } \fine
>   }
> }
> 
> People reading from a tablet are reading one page at the time and they
> could benefit from this brain pause while triggering the page turn
> with e.g. a Bluetooth pedal.
> 
> Thanks for any pointers :-)

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to