lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom noteheads and chords


From: Trevor Daniels
Subject: Re: Custom noteheads and chords
Date: Wed, 9 Jul 2008 23:05:25 +0100

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" <address@hidden>
To: "List lilypond-user" <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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