When I implement this I get the following warning: "warning: ignoring too
many clashing note columns".
Is there any way of receiving the appropriate output without the warning?
It is this message i get when i simply transpose our first basic exemple :
with \acciaccatura b'8 < e' g' c''>4 : no warnings
with \acciaccatura b''8 < e'' g'' c'''>4 : warnings
%%%%%%%%%%%%%%%%%%%%%
\version "2.10.25"
\new Staff {
<<
{
\slurDown
\acciaccatura b''8
\once \override NoteHead #'X-extent = #'(0.0 . 0.0)
\hideNotes c'''4 \unHideNotes
\slurNeutral
}
{
< e'' g'' c'''>4
}
>>
}
%%%%%%%%%%%%%%%%%%%%%%
I could not find a way to avoid it.
Furthermore, is there going to be any development to make this easier to
do
in future versions of lilypond?
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user