]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-shape-minor.ly
eaffe5d77457a159a6db5d4dd6238b3195dda1d3
[lilypond.git] / input / regression / note-head-shape-minor.ly
1 \header {
2
3   texidoc = "Shape notes can be set to work properly in minor keys."
4
5 }
6 \version "2.14.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