lilypond-devel
[Top][All Lists]
Advanced

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

Re: Previous discussion on tuplet breaking over lines?


From: Stephen
Subject: Re: Previous discussion on tuplet breaking over lines?
Date: Sat, 30 Jul 2005 17:22:21 -0500


----- Original Message ----- From: "Han-Wen Nienhuys" <address@hidden>
To: "Trevor Baca" <address@hidden>
Cc: <address@hidden>
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 - address@hidden - http://www.xs4all.nl/~hanwen


_______________________________________________
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]