I am trying to set a transcription of a work remaining as close to the composer's notation as possible. As can be seen from the example the middle voice in the right hand causes the dots of the dotted quarter to move to the right. Is there a way to rectify this other than stemming that voice down? Michael Taylor
\version "2.24.4"
\new PianoStaff <<
\new Staff \relative { \time 2/4
\set PianoStaff.connectArpeggios = ##t
<<{ \override Staff.NoteCollision.prefer-dotted-right = ##f
<b!_\laissezVibrer bes'\laissezVibrer>4.\arpeggio r8}\\
{\once \override NoteColumn.force-hshift = 1.25 \stemUp g'4_( fis8 f)}>>
}
\new Staff \relative { \clef bass
<ees, aes des>4.\arpeggio\laissezVibrer r8
}
>>
Problem.pdf
Description: Adobe PDF document
