Michael Rivers <michaeljrivers <at> gmail.com> writes: > In this excerpt from a piece I'm typesetting, the first two arpeggios are > fine, but the third collides with the previous note in the right hand's > upper voice. Is there a way to avoid the collision? >
When you need more space between notes, you can use extra-spacing-... Just before the note in the upper voice, ask for more space to its left \once \override NoteHead #'extra-spacing-width = #'(-2 . 0) It looks like LilyPond does not notice that the arpeggio needs to move left for the lower-staff accidental, when choosing note-spacing. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
