Peter Terpstra wrote:

> Differently headed does not merge.

Thank you so much for your answers, very useful!!

Have solved it a bit like this, as i had already defined the voice, just gave a 
limited example.
Just looks wonderful now!

\version "2.18.2"
% here's how I'd did:
{
  \key d \major
  \clef "treble_8"
  <<
   \voiceOne { <a'-2>2 ~ q8 <d''-4>8 <cis''-3> <a'-4> }\\
    \voiceFour {
      % \set fingeringOrientations = #'(left)
      \once \override NoteColumn.force-hshift = #0
      \tweak NoteHead.stencil ##f
      d,8 a, <fis-1> <cis'-3> s2
    }\\
    \voiceTwo { d,2 b }
  >>
}


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

Reply via email to