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
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
