lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom noteheads and chords


From: Eric Knapp
Subject: Custom noteheads and chords
Date: Wed, 9 Jul 2008 16:27:33 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]