bug-lilypond
[Top][All Lists]
Advanced

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

Issue 481 in lilypond: PIece-final tuplet bracket too long with tupletFu


From: codesite-noreply
Subject: Issue 481 in lilypond: PIece-final tuplet bracket too long with tupletFullLength
Date: Tue, 25 Sep 2007 14:47:55 -0700

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




reply via email to

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