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.



Dnia Czwartek, 21 Marca 2013 21:27 David Kastrup <[email protected]> napisaƂ(a) 
> "Karol Majewski" <[email protected]> writes:
> 
> > Hi,
> >
> > Recently I have found a great snippet:
> >
> > http://www.lilypond.org/doc/v2.16/Documentation/snippets/pitches#pitches-transposing-pitches-with-minimum-accidentals-_0028_0022smart_0022-transpose_0029
> >
> > So, to run this function I have to use "\naturalizeMusic" command for
> > each staff, and this is not what I want - I want to set it once for
> > the entire score.
> 
> \score {
>   \naturalizeMusic
>   \new Score {
>     ...
>   }
> }
> 
> -- 
> David Kastrup
> 
> 
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to