Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-Low Engraving-nitpick
New issue 827 by v.villenave: Tuplet brackets should be continued after a line break
http://code.google.com/p/lilypond/issues/detail?id=827 As shown below (LSR #406), the tuplet bracket is not reprinted after a line break (only the TupletNumber). \version "2.13.3" \layout { \context { \Voice % Permit line breaks within tuplets \remove "Forbid_line_break_engraver" % Allow beams to be broken at line breaks \override Beam #'breakable = ##t } } \relative c'' { a8 \repeat unfold 5 { \times 2/3 { c[ b a] } } % Insert a manual line break within a tuplet \times 2/3 { c[ b \bar "" \break a] } \repeat unfold 5 { \times 2/3 { c[ b a] } } c8 } -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond