lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing note head style within a chord


From: Thomas Morley
Subject: Re: Changing note head style within a chord
Date: Tue, 18 Sep 2012 23:47:06 +0200

2012/9/18 Federico Bruni <address@hidden>:
> Il 18/09/2012 22:27, ALEXANDRE FICAGNA ha scritto:
>
>> I've read that with \tweak command this is not possible. I really need
>> two differente notehead styles inside the same chord (in different
>> notes), does someone know how to do it?
>>
>
> Where did you read that is not possible?
> Have a look here:
> http://lilypond.org/doc/v2.16/Documentation/learning/tweaking-methods
>
> scroll down to "\tweak command"
>
> you'll see for example:
>
> <c \tweak #'font-size #-3 e g>4
>
> another example:
>
> < \tweak #'color #red c \tweak #'color #green e \tweak #'color #yellow g>4

Example for tweaking NoteHead-style:

\relative c' {
        <
         \tweak #'style #'slash c
         \tweak #'style #'diamond g'
         \tweak #'style #'triangle e'
        >8
}

-Harm



reply via email to

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