Am 04.05.2017 um 07:47 schrieb Engraver:
> 
> tenor = \relative c'  {
>   \global 
>   a4. d,8 \voiceThree d2 
> }
> 

You should move the \voiceThree before the d,8. Then you can use
force-hshift, f. e.

tenor = \relative c'  {
  \global
  a4. \voiceThree \once \override NoteColumn.force-hshift = 0.5 d,8 d2
}

bass = \relative c   {
  \global \clef bass
  a8 d d \once \override NoteColumn.force-hshift = 0.5 d g,2
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to