diff options
author | Carl Sorensen <carl.d.sorensen@gmail.com> | 2016-05-23 08:56:23 -0600 |
---|---|---|
committer | Carl Sorensen <carl.d.sorensen@gmail.com> | 2016-06-18 10:09:18 -0600 |
commit | dcf8c371da140f17f6c5c004502a28c185e6895c (patch) | |
tree | 3e96b41ec40a3062df7f9c6d48c2e31dde5da2e4 /input | |
parent | ef61ccaddb218117942063d6a24345459393ca4e (diff) |
Add halfopenvertical to script.scm
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/halfopenvertical.ly | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/input/regression/halfopenvertical.ly b/input/regression/halfopenvertical.ly new file mode 100644 index 0000000000..c0e0f03e31 --- /dev/null +++ b/input/regression/halfopenvertical.ly @@ -0,0 +1,19 @@ +\version "2.19.43" + +\header { + + texidoc = "The halfopenvertical articulation is available." + +} +#(define mydrums '( + (hihat cross #f 5) + (openhihat cross "open" 5) + (closedhihat cross "stopped" 5) + (halfopenhihat cross "halfopenvertical" 5))) + +\new DrumStaff << + \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums) + + \drummode { hh4 hhc hho hhho } +>> + |