Automatically display key names above key signatures: Difference between revisions
m New category |
Don't use "full" modifier in lilypond version tag to remove empty place from the bottom of the displayed area |
||
| Line 1: | Line 1: | ||
This snippet automatically displays the name of the key above the key signature. This is helpful when learning the key signatures, or to easily see whether a key is major, minor, or modal (dorian, phrygian, lydian, etc.). It works by creating a custom key signature engraver. | This snippet automatically displays the name of the key above the key signature. This is helpful when learning the key signatures, or to easily see whether a key is major, minor, or modal (dorian, phrygian, lydian, etc.). It works by creating a custom key signature engraver. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=856 | %% http://lsr.di.unimi.it/LSR/Item?id=856 | ||