Issue 573: score-final mark mangles score-final tuplet bracket
http://code.google.com/p/lilypond/issues/detail?id=573

New issue report by v.villenave:
% The score-final mark badly mangles the score-final tuplet bracket:

% Actually, mark direction can be either up or down,
% but appears more clearly with the mark set down.

\version "2.11.37"

\new Staff {
  \set tupletFullLength = ##t
  \time 1/8
  \times 2/3 { c'16 c'16 c'16 }
  \times 2/3 { c'16 c'16 c'16 }
  \times 2/3 { c'16 c'16 c'16 }
  \override Score.RehearsalMark #'break-visibility = ##(#t #t #t)
  \override Score.RehearsalMark #'direction = #down
  \override Score.RehearsalMark #'break-align-symbol =  #'clef
  \override Score.RehearsalMark #'self-alignment-X = #right
  \mark "Composed Feb 2007 - Feb 2008"
}

Attachments:
        mangled-bracket.png  9.9 KB


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to