lilypond-user
[Top][All Lists]
Advanced

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

Omitting specific symbols from key signatures


From: Adam Good
Subject: Omitting specific symbols from key signatures
Date: Tue, 30 Oct 2018 11:13:52 -0400

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
}

reply via email to

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