1\header {
2
3  texidoc = "Shape notes can be set to work properly in minor keys."
4
5}
6\version "2.16.0"
7
8\relative c' {
9  \key c \major
10  \sacredHarpHeads
11  c2^"C major" d | e f | g a | b c |
12  \key a \minor
13  \sacredHarpHeadsMinor
14  a2^"A minor" b | c d | e f | g a |
15  \sacredHarpHeads
16  c,,2^"A minor with major heads" d | e f | g a | b c |
17}
18
19