]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-aiken.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / note-head-aiken.ly
diff --git a/input/regression/note-head-aiken.ly b/input/regression/note-head-aiken.ly
new file mode 100644 (file)
index 0000000..d2a4a1d
--- /dev/null
@@ -0,0 +1,15 @@
+\header {
+
+  texidoc = "Notes can be set in the Aiken (Christian Harmony) style."
+
+}
+\version "2.14.0"
+
+\relative c' {
+  \key c \major
+  \aikenHeads
+  c1 d e f g a b c d e f g a b c
+  c,,2 d e f g a b c d e f g a b c
+  c,,4 d e f g a b c d e f g a b c
+}
+