Issue 481: PIece-final tuplet bracket too long with tupletFullLength
http://code.google.com/p/lilypond/issues/detail?id=481
New issue report by trevorbaca:
Hi,
In the following snippet, the second tuplet bracket is too long and
overprints the final bar.
%%% BEGIN %%%
\version "2.11.33"
\new StaffGroup <<
\new Staff { r1 r1 }
\new Staff {
\set Score.tupletFullLength = ##t
\times 2/3 { c'2 c'2 c'2 }
\times 2/3 { c'2 c'2 c'2 }
}
>>
%%% END %%%
Only a problem when using tupletFullLength.
Low priority because an effective workaround exists in setting \once
\override TupletBracket #'shorten-pair = #'(-0.2 . 1.2) immediately before
the final bracket.
Attachments:
overlong-bracket.png 8.5 KB
Issue attributes:
Status: New
Owner: ----
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