diff options
Diffstat (limited to 'input/regression/note-head-aiken.ly')
-rw-r--r-- | input/regression/note-head-aiken.ly | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/input/regression/note-head-aiken.ly b/input/regression/note-head-aiken.ly new file mode 100644 index 0000000000..30134ffa46 --- /dev/null +++ b/input/regression/note-head-aiken.ly @@ -0,0 +1,15 @@ +\header { + + texidoc = "Notes can be set in the Aiken (Christian Harmony) style." + +} +\version "2.12.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 +} + |