Perhaps using \once \override NoteColumn.force-hshift = 1 to push the note to the right?
El jue, 3 ago 2023 a las 8:58, Knute Snortum (<ksnor...@gmail.com>) escribió: > We are so close! I used > > \override Score.SpacingSpanner.strict-note-spacing = ##t > \newSpacingSection > > to start the strict spacing and > > \override Score.SpacingSpanner.strict-note-spacing = ##f > \newSpacingSection > > to stop it. Now the only thing that remains is that one of the left hand > bars lines is too close to the notes. I have attached the new source code > and a PNG of its output. > > -- > Knute Snortum > > On Wed, Aug 2, 2023 at 8:51 PM William Rehwinkel < > will...@williamrehwinkel.net> wrote: > >> Dear Knute, >> >> Substituting the following for the score context may result in more of >> what you are looking for. >> >> \context { >> \Score >> \remove Timing_translator >> \override SpacingSpanner.strict-note-spacing = ##t >> } >> % ... >> } >> >> However, it will probably not be ideal to have the entire score rendered >> in this way. I couldn't figure out how to enable strict note spacing for >> this cadenza and disable afterwards >> > > >