lilypond-user
[Top][All Lists]
Advanced

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

Re: removing automatically generated natural signs


From: Ben
Subject: Re: removing automatically generated natural signs
Date: Fri, 8 Dec 2017 14:15:54 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 12/8/2017 2:09 PM, Chris Jones wrote:
I would need some help removing the autmatically generated natural signs
that I see in lilypond's output.

I coded this:

|   global = {
|     \time 4/4
|     \key g \major
|     \tempo \markup { \concat {Mouv. \super t} de Marche}
|   }
|   
|   #(set-global-staff-size 16.5)
|   
|   melody = \relative c {
|     \global
|       \partial 16 d'16                         \bar "||" 
|       \set melismaBusyProperties = #'()
|       \autoBeamOff
|       \set Staff.extraNatural = ##f
|       g4.. g16 f8. g16 a8. g16                        |   % b01

... expecting to see output with no accidentals.

Not sure what version you're using in this project, but have you checked this page out? I believe it should help you. :)

http://lilypond.org/doc/v2.18/Documentation/notation/writing-pitches#accidentals


You can set extra naturals off easily in one command:
\set Staff.extraNatural = ##f



reply via email to

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