Hello,
this is an exemplary use case for \hideNotes:
%%%%%%%%%%%%%%%%%
\version "2.19.55"
\new Staff <<
\new Voice {
\voiceOne
c''16 e''16~
\hideNotes
e''4.
}
\new Voice {
\voiceTwo
c''8~ \oneVoice <c'' e''>4.
}
>>
%%%%%%%%%%%%%%%%%
However, \hideNotes also manages to hide the dot on the second e'',
which I don’t quite know why, since it should be printed from the second
voice.
Best, Simon
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond