hello Trevor,

try adding
\remove "Forbid_line_break_engraver"
to your context(s).

You may want to add this as a default for all you're voices in
\layout{
    \context{\Voice
            \remove "Forbid_line_break_engraver"
    }
}

read
11.6.5 Proportional Notation
in the manual.

best,

Victor.


On 10/27/07, Trevor Daniels <[EMAIL PROTECTED]> wrote:
>
>
> I've been unable to discover how to permit line-breaking
> when there is a long sequence of tuplets which cross
> barlines.  Beams and Glissandos subscribe to the
> unbreakable-spanner-interface, so line-breaking when these
> cross barlines may be permitted by setting #'breakable =
> ##t.  But TupletBracket and TupletNumber do not support this
> interface, so this override does not work for them.
>
> Is there any other way, or should I add a caveat to the
> section of the manual which deals with tuplets?
>
> Trevor D
>
>
>
> _______________________________________________
> lilypond-devel mailing list
> [EMAIL PROTECTED]
> http://lists.gnu.org/mailman/listinfo/lilypond-devel
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to