Dear All, Thanks to Xavier and Peter for sorting out what was not such a problem. The following amended code looks fine:
\version "2.14.2" pianoOne = \relative c' { \time 6/8 \voiceOne aes'4 g8 \once\override NoteColumn #'force-hshift = #1 fis4 g8 } pianoTwo = \relative c' { \voiceTwo <g d' f>4 <g d' f>8 <g d' f!>4 <g d' f>8} \score { \new PianoStaff << \new Staff = "RH" << { \pianoOne } \\ { \pianoTwo } >> >> } The main problem was that the f sharp sat on top of the f natural. The added natural on the following f could be seen as excessive but is acceptable.
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user