Hello,

With the help of a recent thread I have custom noteheads working just
the way I want them except for one detail. I would like to have chords
where each note in the chord has a different custom notehead. Here's
an example.

This works and each note has its own custom notehead.
{
  \noteheadOne c
  \noteheadTwo d
}

This is a syntax error:
{
  < \noteheadOne c \noteheadTwo d >2
}


This is not a syntax error but each note has noteheadTwo
{
  << \noteheadOne c2 \noteheadTwo e2>>
}

Thanks for the help.

-Eric


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

Reply via email to