MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / note-head-shape-minor.ly
blobd7356d3e82350526f8f78068aa0c585928a070d1
1 \header {
3 texidoc = "Shape notes can be set to work properly in minor keys."
6 \version "2.12.0"
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 |