]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-shape-minor.ly
resolve merge
[lilypond.git] / input / regression / note-head-shape-minor.ly
diff --git a/input/regression/note-head-shape-minor.ly b/input/regression/note-head-shape-minor.ly
new file mode 100644 (file)
index 0000000..eaffe5d
--- /dev/null
@@ -0,0 +1,18 @@
+\header {
+
+  texidoc = "Shape notes can be set to work properly in minor keys."
+
+}
+\version "2.14.0"
+
+\relative c' {
+  \key c \major
+  \sacredHarpHeads
+  c2^"C major" d | e f | g a | b c |
+  \key a \minor
+  \sacredHarpHeadsMinor
+  a2^"A minor" b | c d | e f | g a |
+  \sacredHarpHeads
+  c,,2^"A minor with major heads" d | e f | g a | b c |
+}
+