[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to prevent natural sign?
From: |
Jinsong Zhao |
Subject: |
Re: how to prevent natural sign? |
Date: |
Fri, 10 Apr 2015 09:00:08 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Hi David,
On 2015/4/9 22:25, David Nalesnik wrote:
[snip]
You could do something like:
\version "2.19.17"
\relative c'' {
\clef "treble"
% \set Staff.extraNatural = ##f
r4 < g bes > r \once \omit Accidental < g b >
}
Thank you very much. It works like a charm.
However, I wonder if you doing this as part of a more contemporary
accidental style. In that case, you should see:
http://www.lilypond.org/doc/v2.19/Documentation/notation/displaying-pitches#automatic-accidentals
Though the question is whether the second note on the third staff line
is meant to be a B-flat, and thus wouldn't require a flat in ordinary
notation... In that case you need to write bes again instead of b.
I just work on a small piece of song. There are only one place that use
bes. The song is in C major.
Thanks again.
Best,
Jinsong