Issue 560: tupletFullLengthNote creates additional space between tuplet brackets
http://code.google.com/p/lilypond/issues/detail?id=560

New issue report by v.villenave:
% When setting tupletFullLengthNote to false, you can see a
% larger gap between the brackets.

% (It is hard to see, but it's here)


\version " 2.11.34"

\layout { ragged-right = ##t }

\context Score <<
  \set Score.proportionalNotationDuration = #(ly:make-moment 1 32)

  \context Staff = "first" {
     \time 4/4
     \set tupletFullLength = ##t
     \set tupletFullLengthNote = ##t
     %%% slightly narrower gaps between tuplet brackets here ...
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
  }


  \context Staff = "second" {
     \time 4/4
     \set tupletFullLength = ##t
     \set tupletFullLengthNote = ##f
     %%% ... and slightly wider gaps between tuplet bracket here
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
     \times 2/3 { c'4 c'8 }
  }



Attachments:
        uneven-full-length-tuplet-gaps.png  9.6 KB


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Low Engraving-nitpick

--
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

Reply via email to