If I can trouble you yet again, here is a second snippet
with a similar issue, I would like the triplet E natural
in the top voice to take the same space as the E natural
half note in the bottom voice and then "disappear".

\mergeDifferentlyHeadedOn does not work in this case,
\mergeDifferentlyDottedOn is not applicable (and also
does not work).  I searched the documentation for other
"\mergeDifferently" commands such as "\mergeDifferentlyTupletOn"
but did not find any.

Thanks again.


\version "2.12.3"
\include "english.ly"

<<
  \new Staff = "guitar"
  {
    \clef "treble_8"

     <<
     {
        \times 2/3 {  e,4 fs4 a'4}
     }
     \\
     {
         \mergeDifferentlyHeadedOn e,2
     }
     >>
  }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to