Knute Snortum <ksnortum <at> gmail.com> writes:
>
> I thought the answer would be to force-hshift the lower note but it
> doesn't seem to "move".
>
Annoyingly, LilyPond left-aligns the groups of clashing chords between
different staves. The code history says the reason was to left-align
\transpose c c''
<< \new Staff << { f4 g } \\ { g f } >>
\new Staff { c4 c } >>
This makes force-hshift often useless for making cross-staff chords.
We should file a bug-report, to at least left-align before applying
explicit force-hshifts
For now, you could use a hidden voice
...
<<a2 \new Voice{\voiceOne \once \hideNotes a4 }>> a4
...
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user