----- 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 }
}

Stephen

 tuplet bar lines and breaks are exactly aligned, eg.

 \times 2/3 { c4 c4 \bar "empty"\break c4 }


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to