Hello,

in the below snippet I would like to keep the same distance between all the
notes of the 2/6 tuplet.
Instead, e' and e' in \voiceOne have a bigger distance because of the note
between them, in \voiceTwo.
How can I avoid that?
No problem if there will be collisions.

I tried to set several ignore-collision properties (  \override
NoteColumn.ignore-collision = ##t, \override NoteHead.ignore-collision =
##t, \override Ste.ignore-collision = ##t ) but the result is the same...

Thanks


%%%%%%%%%%%%%%%%%%%%%

\score
{
\new Staff
{
<<
  \new Voice
  {
    \voiceOne
    \stemUp
    \times 2/6 {e''8[ e' e' f' g' a']}
    r4 r r
  }

  \new Voice
  {
    \voiceTwo
    \stemDown
    g'16[ b8.]
  }
>>
}

\layout
{
  \context
  {
    \Score
    proportionalNotationDuration = #(ly:make-moment 1/20)
  }
}

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

Reply via email to