Eric

\tweak may be the command you need. Have a look at section 4.1.4 Tweaking methods in the Learning Manual for release 2.11 to see why this is needed and how to use it. The explanation there applies just as well to release 2.10. However, I believe it is not possible to use \tweak in a variable, so this might not be quite the answer you want.

Trevor

----- Original Message ----- From: "Eric Knapp" <[EMAIL PROTECTED]>
To: "List lilypond-user" <lilypond-user@gnu.org>
Sent: Wednesday, July 09, 2008 10:27 PM
Subject: Custom noteheads and chords


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




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

Reply via email to