Hi,
On Thu, Apr 9, 2015 at 9:10 AM, Jinsong Zhao <[email protected]> wrote:
> Hi there,
>
> I don't want the natural sign to be displayed. However, I don't find a way
> to do so.
>
> Many thanks!
>
> Regards,
> Jinsong
>
> \version "2.19.18"
> \relative c'' {
> \clef "treble"
> % \set Staff.extraNatural = ##f
> r4 < g bes > r < g b >
> }
>
>
>
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 >
}
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
Hope this helps,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user