lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tuplet line-breaking


From: v!ictor address@hidden
Subject: Re: Tuplet line-breaking
Date: Sat, 27 Oct 2007 18:12:27 -0400

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 < address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]