2008/1/18 Valentin Villenave <[EMAIL PROTECTED]>:

> 2008/1/18, Trevor Bača <[EMAIL PROTECTED]>:
>
> > I'll extract a minimal example later today and Valentin can judge if it
> > belongs in the tracker.
>
> Great! Thanks a lot :)


Hi Valentin,

Could you please consider the following for the tracker?


%%% BEGIN FULL-LENGTH TUPLET BRACKET GAP DISCREPANCY %%%

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

>>

%%% END %%%



Notice that the gaps between successive tuplet brackets are somewhat
narrower on the first staff and somewhat wider on the second staff. To my
eye, the gaps on the *top* staff are correct (while the gaps on the bottom
staff are too wide).

Thanks!



-- 
Trevor Bača
[EMAIL PROTECTED]

<<attachment: uneven-full-length-tuplet-gaps.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to