lilypond-user
[Top][All Lists]
Advanced

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

Re: [SPAM] Re: Tweaking in scheme


From: David Kastrup
Subject: Re: [SPAM] Re: Tweaking in scheme
Date: Mon, 29 Jun 2015 16:13:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> "Peter Gentry" <address@hidden> writes:
>
>>>-----Original Message-----
>>>From: David Kastrup [mailto:address@hidden 
>
>>>One can also try to do this kind of iteration oneself in order 
>>>to only use the less invasive tweaks and get the color covered:
>>>
>>>\version "2.19.22"
>>>tweakIV =
>>>#(define-music-function (music) (ly:music?)
>>>   (map-some-music
>>>     (lambda (m)
>>>       (and (music-is-of-type? 'note-event)

Yikes.  Of course (music-is-of-type? m 'note-event) here.

>>>            (tweak 'color red (tweak 'style 'harmonic m))))
>>>     music))

-- 
David Kastrup



reply via email to

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