If you mean this:

{
  \override SpacingSpanner #'uniform-stretching = ##t
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/200)
  \clef bass \times 4/6 { c16 e16 a,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
  \times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
}

...then it does not work. Spacing between stems is still uneven (look at the 
second and third note inside beamed group).

Seems that \override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) is the 
right solution.




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

Reply via email to