On 5 September 2010 00:07, Nick Payne <[email protected]> wrote: > I haven't been able to reproduce this behaviour with a small example, but > I'm getting some staves in a score where lilypond tries to fit too many bars > and the stave goes past the margin and off the right-hand edge of the page, > and others where the the right-hand barline is at the correct margin but > notes go past the barline.
You have a few places where there are glissandos spanning a barline. Line breaks will be forbidden at these points unless you allow glissandos to be breakable: \override Glissando #'breakable = ##t Cheers, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
