bug-lilypond
[Top][All Lists]
Advanced

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

Issue 827 in lilypond: Tuplet brackets should be continued after a line


From: codesite-noreply
Subject: Issue 827 in lilypond: Tuplet brackets should be continued after a line break
Date: Sat, 08 Aug 2009 13:39:30 +0000

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




reply via email to

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