Han-Wen Nienhuys lilypond.org> writes:
>
> Stewart Holmes escreveu:
> > I was on 2.8.6. I just upgraded to the latest stable, but I still get the
same
> > thing happening. There's definitely something up here. Try the following:
> >
>
> > Notic
I was on 2.8.6. I just upgraded to the latest stable, but I still get the same
thing happening. There's definitely something up here. Try the following:
\version "2.10.0"
#(define (pagebreakone grob)
(let* (
; have we been split?
Has anyone got any ideas on this? I'm kind of stuck with engraving this piece
until I can resolve this issue.
Thanks,
Stewart
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi,
Try the following example:
%%% code begins
#(define (pagebreakone grob)
(let* (
; have we been split?
(orig (ly:grob-original grob))
; if yes, get the split pieces (our siblings)
(siblings (if