Nils <list <at> nilsgey.de> writes:
> I work frequently with custom keysigs, designed with \set Staff.keySignature
> Does anyone know how to transpose them?
>
I don't know how.
If the key signature represents some pattern, though, it might be more clear
to define a mode, analogous to major, minor, or dorian. These transpose.
wholes = #`(
(0 . ,NATURAL)
(1 . ,NATURAL)
(2 . ,NATURAL)
(3 . ,SHARP)
(4 . ,FLAT) ; maybe skip this one
(5 . ,FLAT)
(6 . ,FLAT))
\transpose c d' {
\key c\wholes c d e fis
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user