January 16, 201610 yr Hi, When should we use the :key-signature option in def-score? Normally, when we define :pitch and :length (or the OMN spec) in def-score instruments, the tonality is fully specified. So what is the need for :key-signature such as (c maj)? In case this option is given, will automatic tonality mapping occur from the given pitches to this scale? Regards, Rangarajan
January 16, 201610 yr Hi, key signature in score def is for the specification of number of sharp or flat in score notation. for example '(f maj) = 1 flat, (d maj) = 2 sharp etc... S.
January 16, 201610 yr Author Thanks. Is it correct to say that this option only affects the notation display and not the actual notes played? I did "Evaluate and Notation" after changing this option a few times and each time I noticed that the notation had the expected key signature rendering, but it did not seem to alter the notes. Request you to confirm this observation. Regards, Rangarajan
August 20, 20169 yr Ah! This answers my question as well. Let me further this by asking - if we want to alter the notes rather than just the notation, would key-signature-length be the advised approach? (key-signature-length '((g maj 8/4) (e maj 6/4))) If so, does this apply to the entire score or can it apply to individual instruments? Thanks, Tom
August 20, 20169 yr Hi Tom, the normal way for altering notes is tonality-map. :key-signature in def score is for the score. key-signature-length function is not made for altering notes. also, you can show in score cautionary accidentals or if you prefer all accidentals using in def-score header: :accidental :cautionary or :accidental :all Stéphane
August 23, 20169 yr I'll look into the tonality-map function. Good to know about the score parameters as I will be outputting this as a score as well. Thanks! Tom
Create an account or sign in to comment