lilypond-user
[Top][All Lists]
Advanced

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

use the \tweak command (was Re: Coloring ornaments)


From: Wilbert Berendsen
Subject: use the \tweak command (was Re: Coloring ornaments)
Date: Tue, 11 Mar 2008 08:26:21 +0100
User-agent: KMail/1.9.7

Op dinsdag 11 maart 2008, schreef David Fedoruk:
> Hello:
>
> I am trying to color ornaments based on which of the composer or
> editors suggested them. Setting a variable for each color and
> articulation seems like it should be almost the same as for a simple
> NoteHead. Since the articulation is a property of the note, the
> override should be a simple extension of the ones in the manual. So
> far my best guess based on what I've found in the manual and the list
> archives is this:
>
> % articulation-type (string)
> color = \override NoteHead.articulation-type "mordent" = #darkred
>
> Lilypond complains about the "-type"  and also complains about
> "-mordent", so that is not right, but I do not know where to go from
> here.
>
> Help on this would be appreciated,

http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Objects-connected-to-the-input

try e.g.
{
  c4-\tweak #'color #red -\prall
}



best regards,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
LilyKDE: http://lilykde.googlecode.com/




reply via email to

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