Hi everyone,
I would greatly appreciate any help assistance.
In the snippet below, I define a key signature that gives accidentals for a
locrian mode and then show this mode as if the tonic = fis (F#). I would
like three things...
1. to suppress printing of the "fis" in the key signature (yet still have
it considered in the scale pitch definitions).
2. to have the score (music) always print fis.
3. have this work across transpositions so, if I want \key cis \KeySig the
cis will be suppressed from the key signature, etc.
Thank you ahead!!
Adam Good
%%%%%
\version "2.18.2"
KeySig = #'((0 . 0)(1 . -1/2)(2 . -1/2)(3 . 0)(4 . -1/2)(5 . -1/2)(6 .
-1/2))
\relative c' {
\key fis \KeySig
fis4 g a b c d e fis
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user