2012/9/18 Federico Bruni <fedel...@gmail.com>:
> 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

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

Reply via email to