Re: intercepting implicit/explicit page breaks

2016-09-04 Thread Knut Petersen
Hi Thomas! I once made: [...] Thanks a lot, that was exactly what I was looking for. Knut ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: intercepting implicit/explicit page breaks

2016-09-04 Thread Thomas Morley
2016-09-04 16:31 GMT+02:00 Knut Petersen : > Hi everybody! > > I use > > #(define (display-breaks grob) >(if (and (grob::has-interface grob 'paper-column-interface) > (eq? #t (ly:grob-property grob 'non-musical))) >(if (eq? 1 (ly:item-break-dir grob)) >(let* ((mo

intercepting implicit/explicit page breaks

2016-09-04 Thread Knut Petersen
Hi everybody! I use #(define (display-breaks grob) (if (and (grob::has-interface grob 'paper-column-interface) (eq? #t (ly:grob-property grob 'non-musical))) (if (eq? 1 (ly:item-break-dir grob)) (let* ((moment (ly:grob-property grob 'when))(m moment)