lilypond-user
[Top][All Lists]
Advanced

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

Re: Odp: Re: How to \neutralizeMusic in the entire score?


From: David Kastrup
Subject: Re: Odp: Re: How to \neutralizeMusic in the entire score?
Date: Thu, 21 Mar 2013 22:41:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Karol Majewski" <address@hidden> writes:

> Wow... thank you for quicke response, David.
>
> I forget to mention one thing: my goal is to create separate file for
> this function - kind of macro (let's say neutralize.ly), so that
> including it into main file enables this function automatically for
> the entire score.
>
> Therefore I need more flexible solution. Of course "\override..."
> would solve the problem. as I could place \override command within
> "neutralize.ly" file.
>
> Seems to be a tough nut for me. Trying to crack it since two days.

(set! toplevel-music-functions
      (cons (lambda (music parser) #{ \naturalizeMusic #music #})
            toplevel-music-functions))

-- 
David Kastrup



reply via email to

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