I want to disable the bars and make all notes equally spaced (regardless of their duration).
I have tried:
\layout {
\override Stem.transparent = ##t
\context {
\Score
\override SpacingSpanner.spacing-increment = 1
\override SpacingSpanner.uniform-stretching = ##t
\override SpacingSpanner.strict-note-spacing = ##t
}
}
But still the spacing between notes depends on their duration.
