On 7/30/05, Stephen <[EMAIL PROTECTED]> wrote: > > ----- Original Message ----- > From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]> > To: "Trevor Baca" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Saturday, July 30, 2005 4:29 PM > Subject: Re: Previous discussion on tuplet breaking over lines? > > > > Trevor Baca wrote: > >> But I'm probably missing something obvious; is there a circumstance > >> under which tuplet brackets do break?? > > > > I think you have to \remove Forbid_break_engraver. Or make sure that the > > It is actually called Forbid_line_break_engraver: > > \score { > \new StaffGroup << > \new Staff {\clef treble \times 4/5 {e'2 e' e' e' e'}} > \new Staff {\clef bass > c'4 c' c' c' \break | % this break does! > c' c' c' c'} > >> > \layout { > \context { \Voice \remove Forbid_line_break_engraver } > raggedright = ##t > } > }
YES. That's it exactly! I saw that there were line-breaking procedures defined on the TupletBracket but I forgot to do another pass over the reference list of engravers. The Forbid_line_break_engraver is a pretty nifty widget. Thank you both! Trevor. _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
