lilypond-user
[Top][All Lists]
Advanced

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

Re: why does lily prints both a natural and sharp sign?


From: Nick Payne
Subject: Re: why does lily prints both a natural and sharp sign?
Date: Mon, 13 Jun 2011 13:53:01 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 11/06/11 13:31, Marc Mouries wrote:


in the following code, lily prints both a natural and sharp sign before the G #.

Why?
Is there a way to avoid that?

\version "2.14"
\language "english"
{ \relative d' {
    \key df \major
     df ef f gs af bf c df
}
}


You can change this by setting accidental style to modern:

\version "2.14.0"

\language "english"

\score {
<<
    \new Staff {
        #(set-accidental-style 'modern)
        \relative d' {
            \key df \major
             df ef f gs af bf c df
        }
    }
>>
}

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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