bug-lilypond
[Top][All Lists]
Advanced

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

Issue 560 in lilypond: tupletFullLengthNote creates additional space bet


From: codesite-noreply
Subject: Issue 560 in lilypond: tupletFullLengthNote creates additional space between tuplet brackets
Date: Fri, 18 Jan 2008 14:24:05 -0800

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




reply via email to

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