lilypond-user
[Top][All Lists]
Advanced

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

Re: How to \neutralizeMusic in the entire score?


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

"Karol Majewski" <address@hidden> 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




reply via email to

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